[Mono-bugs] [Bug 77027][Nor] New - "static partial class" does not compile

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 18 08:57:44 EST 2005


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=77027

--- shadow/77027	2005-12-18 08:57:44.000000000 -0500
+++ shadow/77027.tmp.7827	2005-12-18 08:57:44.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 77027
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: atsushi at ximian.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "static partial class" does not compile
+
+This should compile
+
+static partial class Foo
+{
+}
+
+Actual Results:
+
+static-partial-class.cs(1,22): error CS0106: The modifier `static' is not
+valid for this item
+static-partial-class.cs(1,22): error CS0106: The modifier `static' is not
+valid for this item
+Compilation failed: 2 error(s), 0 warnings
+
+Expected Results:
+
+no error.
+
+How often does this happen? 
+
+consistently.


More information about the mono-bugs mailing list