[Mono-bugs] [Bug 79165][Cos] Changed - CS1041 is not reported for invalid use of keyword
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 18 09:05:22 EST 2007
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=79165
--- shadow/79165 2006-08-29 18:57:56.000000000 -0400
+++ shadow/79165.tmp.7113 2007-02-18 09:05:22.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: CS1041 is not reported for invalid use of keyword
mcs and gmcs do not report CS1041 if a keyword is used for an identifier.
To reproduce, compile the following code snippet:
@@ -35,6 +34,9 @@
test.cs(4,26): error CS1026: ) expected
Actual result:
test.cs(3,10): error CS1002: Expecting ';'
test.cs(4,25): error CS1002: Expecting ';'
+
+------- Additional Comments From marek.safar at seznam.cz 2007-02-18 09:05 -------
+I think the issue is not possible to fix with current parser.
More information about the mono-bugs
mailing list