[Mono-bugs] [Bug 72968][Min] New - CS0658 is not reported

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Feb 2005 09:31:05 -0500 (EST)


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 marek.safar@seznam.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=72968

--- shadow/72968	2005-02-24 09:31:05.000000000 -0500
+++ shadow/72968.tmp.5116	2005-02-24 09:31:05.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 72968
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: marek.safar@seznam.cz               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CS0658 is not reported
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Compile sample.
+
+Steps to reproduce the problem:
+
+using System;
+
+[class:Serializable]
+public class C
+{
+    public static void Main () {}
+}
+
+Actual Results:
+
+error CS8025: Parsing error
+
+Expected Results:
+
+CS0658: 'class' is not a recognized attribute location.