[Mono-bugs] [Bug 52502][Wis] Changed - We do not report CS0134

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Dec 2003 21:16:17 -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 bmaurer@users.sf.net.

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

--- shadow/52502	2003-12-23 21:15:26.000000000 -0500
+++ shadow/52502.tmp.10855	2003-12-23 21:16:17.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 52502
 Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: We do not report CS0134
 
 namespace A {
 	namespace B.C {
 		public class D {
 			public static void Main()
@@ -36,6 +35,10 @@
 
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-23 21:15 -------
 Created an attachment (id=6318)
 Cleaner version
 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-23 21:16 -------
+This version implements it in the parser, a cleaner impl IMHO. Most of
+the credit goes to the other Ben.