[Mono-bugs] [Bug 24484] Changed - Variables declared in foreach are read-only
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 May 2002 00:38:32 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24484
--- shadow/24484 Fri May 10 01:55:45 2002
+++ shadow/24484.tmp.11747 Fri May 10 20:38:32 2002
@@ -1,14 +1,14 @@
Bug#: 24484
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,9 @@
}
Trying to compile it with csc says:
foreach.cs(11,5): error CS1604: Cannot assign to 'b' because it is read-only
And with mcs it compiles without any warning or error.
+
+------- Additional Comments From miguel@ximian.com 2002-05-10 20:38 -------
+Fixed on CVS