[Mono-bugs] [Bug 77344][Nor] Changed - in C#: static is not an allowed modifier for keyword class

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jan 24 11:56:00 EST 2006


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 atsushi at ximian.com.

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

--- shadow/77344	2006-01-24 11:40:15.000000000 -0500
+++ shadow/77344.tmp.18520	2006-01-24 11:56:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77344
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: mono at xp-obj.ch               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -53,6 +53,10 @@
 test.cs:1: `static' cannot be used in this context
 
 ------- Additional Comments From mono at xp-obj.ch  2006-01-24 11:40 -------
 Created an attachment (id=16389)
 test case
 
+
+------- Additional Comments From atsushi at ximian.com  2006-01-24 11:55 -------
+mcs is not a C# 1.0 compiler. mcs (not gmcs) supports a lot of C# 2.0
+features. Use -langversion:ISO-1 to get C# 1.0 compatible(-ish) mode.


More information about the mono-bugs mailing list