[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
Tue, 26 Aug 2003 14:47:05 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47853
--- shadow/47853 2003-08-25 11:18:54.000000000 -0400
+++ shadow/47853.tmp.21046 2003-08-26 14:47:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 47853
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: japj@xs4all.nl
QAContact: mono-bugs@ximian.com
@@ -79,6 +79,11 @@
------- 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.
+
+------- Additional Comments From martin@ximian.com 2003-08-26 14:47 -------
+Fixed in CVS.
+You can also reproduce this with a testcase in a single file; see
+test-214.cs.