[Mono-bugs] [Bug 34162][Blo] Changed - cast in a switch case not handled

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Nov 2002 16:46:21 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=34162

--- shadow/34162	Sun Nov 17 11:45:48 2002
+++ shadow/34162.tmp.9546	Sun Nov 17 11:46:21 2002
@@ -33,6 +33,13 @@
 }
 The sample compiles fine with csc, but not with mcs.
 
 ------- Additional Comments From martin@ximian.com  2002-11-17 11:45 -------
 Fixed in CVS.
 
+
+------- Additional Comments From martin@ximian.com  2002-11-17 11:46 -------
+Btw. I also fixed
+	const int test = (int)My.A;
+
+
+