[Mono-bugs] [Bug 79025][Nor] Changed - [ANONYMOUS METHODS] CS0136 not reported when re-declaring local variable as anonymous method parameter
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 14 11:30:22 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-08-24 05:34:11.000000000 -0400
+++ shadow/79025.tmp.19448 2006-09-14 11:30:22.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 79025
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: rharinath at novell.com
+AssignedTo: martin at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: CS0136 not reported when re-declaring local variable as anonymous method parameter
+Summary: [ANONYMOUS METHODS] 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