[Mono-bugs] [Bug 79025][Nor] Changed - [ANONYMOUS METHODS] (FIXED) CS0136 not reported when re-declaring local variable as anonymous method parameter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 15 09:11:34 EDT 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79025
--- shadow/79025 2006-09-14 11:30:22.000000000 -0400
+++ shadow/79025.tmp.6506 2006-09-15 09:11:34.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: martin at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [ANONYMOUS METHODS] CS0136 not reported when re-declaring local variable as anonymous method parameter
+Summary: [ANONYMOUS METHODS] (FIXED) CS0136 not reported when re-declaring local variable as anonymous method parameter
mcs and gmcs do not report CS0136 when a local variable is re-declared as
a anonymous method parameter, and use the local variable in the anonymous
method instead of the parameter.
To reproduce, compile the following code snippet:
More information about the mono-bugs
mailing list