[Mono-bugs] [Bug 24007] Changed - Scope of variables declared inside a switch case
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
14 May 2002 04:23:50 -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=24007
--- shadow/24007 Mon May 13 17:12:27 2002
+++ shadow/24007.tmp.1716 Tue May 14 00:23:50 2002
@@ -37,6 +37,9 @@
}
if (a != 5)
return 1;
return 0;
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-05-14 00:23 -------
+Just an update: I feel this is going to be very painful to implement.