[Mono-bugs] [Bug 52500][Wis] New - We do not report CS0116

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 18:00:23 -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=52500

--- shadow/52500	2004-01-05 18:00:23.000000000 -0500
+++ shadow/52500.tmp.11513	2004-01-05 18:00:23.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 52500
+Product: Mono/Compilers
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+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 CS0116
+
+if you compile this:
+
+int i;
+
+csc gives:
+t.cs(1,1): error CS0116: A namespace does not directly contain members 
+such as fields or methods
+
+we give a parser error.
+
+------- Additional Comments From miguel@ximian.com  2004-01-05 18:00 -------
+Fixed.