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=75486 --- shadow/75486 2005-07-06 03:41:20.000000000 -0400 +++ shadow/75486.tmp.16358 2005-07-06 03:41:20.000000000 -0400 @@ -0,0 +1,43 @@ +Bug#: 75486 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Fields cannot be spread in partial structs + +Steps to reproduce the problem: + +partial struct S +{ + long a; +} + +partial struct S +{ + int b; +} + +Actual Results: + +No error is reported + +Expected Results: + +CS0282 + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
