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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
