[Mono-bugs] [Bug 77370][Nor] New - gmcs doesn't allow static
modifier on partial classes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 26 13:43:46 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77370
--- shadow/77370 2006-01-26 13:43:46.000000000 -0500
+++ shadow/77370.tmp.16593 2006-01-26 13:43:46.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 77370
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: vargaz at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: gmcs doesn't allow static modifier on partial classes
+
+Testcase:
+
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+using System;
+using System.Text;
+using System.Threading;
+
+public static partial class Ops {
+
+ public static void Main () {
+ }
+}
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+This compiles using csc. This prevents IronPython 1.0 beta 2 from being
+compiled with mono.
More information about the mono-bugs
mailing list