[Mono-bugs] [Bug 52489][Nor] New - We don't report CS0010

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Feb 2004 12:49:13 -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 miguel@ximian.com.

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

--- shadow/52489	2004-02-07 12:49:13.000000000 -0500
+++ shadow/52489.tmp.21723	2004-02-07 12:49:13.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 52489
+Product: Mono/Compilers
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: We don't report CS0010
+
+The following should report CS0010
+"Cannot declare a namespace and a type both named 'name'"
+
+namespace System.Byte {
+	class T {
+		static void Main ()
+		{
+		}
+	}
+}