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=76274 --- shadow/76274 2005-09-29 08:14:09.000000000 -0400 +++ shadow/76274.tmp.8397 2005-09-29 08:14:09.000000000 -0400 @@ -0,0 +1,50 @@ +Bug#: 76274 +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: Global attributes are not rejected after type declaration + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: + + +Steps to reproduce the problem: + +using System; + +public class C +{ + static void Main () {} +} + +[assembly: CLSCompliant (false)] + +Actual Results: + +No error + +Expected Results: + +csc prints +12,1): error CS1518: Expected class, delegate, enum, interface, or struct + +We should print something better. + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
