[Mono-bugs] [Bug 47853][Nor] Changed - invalid CS0246 with using a namespace of another file

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Aug 2003 11:18:54 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=47853

--- shadow/47853	2003-08-25 11:01:49.000000000 -0400
+++ shadow/47853.tmp.9237	2003-08-25 11:18:54.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 47853
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: japj@xs4all.nl               
 QAContact: mono-bugs@ximian.com
@@ -72,6 +72,13 @@
 
 or
 
    mcs /target:library B.cs
    mcs /r:B.dll C.cs
 
+
+------- Additional Comments From miguel@ximian.com  2003-08-25 11:18 -------
+I reproduced the bug:
+
+mcs test.cs n1.cs
+
+Just change the order of compilation to see it.