[Mono-bugs] [Bug 52697][Nor] Changed - mcs allows "intuitive" partial name qalifications

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 24 May 2004 12:48:58 -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 totte@hiddenpeaks.com.

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

--- shadow/52697	2004-04-28 22:30:57.000000000 -0400
+++ shadow/52697.tmp.7780	2004-05-24 12:48:58.000000000 -0400
@@ -21,6 +21,13 @@
 
 using System;
 namespace A.B.System {
 public class Test { public static void Main () {
         Console.WriteLine (typeof (System.Enum));
 } } }
+
+------- Additional Comments From totte@hiddenpeaks.com  2004-05-24 12:48 -------
+bug.cs(7,42): error CS0234: The type or namespace name 'Enum' does 
+not exist in the class or namespace 'A.B.System' (are you missing an 
+assembly reference?)
+
+is the full msg in csc.