[Mono-bugs] [Bug 77795][Nor] New - parsing error instead of CS1519
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 15 16:04:48 EST 2006
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 at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=77795
--- shadow/77795 2006-03-15 16:04:48.000000000 -0500
+++ shadow/77795.tmp.24434 2006-03-15 16:04:48.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 77795
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: parsing error instead of CS1519
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1.
+
+class C
+{
+ unchecked const decimal d = 79m;
+}
+
+Actual Results:
+
+error CS8025: Parsing error
+
+Expected Results:
+
+error CS1519: Invalid token 'unchecked' in class, struct, or interface
+member declaration
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list