[Mono-bugs] [Bug 52697][Nor] Changed - mcs allows "intuitive" partial name qalifications
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Dec 2004 09:56:20 -0500 (EST)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52697
--- shadow/52697 2004-11-02 05:44:51.000000000 -0500
+++ shadow/52697.tmp.15638 2004-12-03 09:56:20.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: V1
URL:
-Cc:
Summary: mcs allows "intuitive" partial name qalifications
csc fails on the following test with error CS0234. Mcs compiles it without
errors. Note the "System." in front of "Enum"...
using System;