[Mono-bugs] [Bug 46027][Nor] Changed - Foreach on Array should throw InvalidCastException but does not

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 14 Jul 2003 13:45:50 -0400 (EDT)


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 sestoft@dina.kvl.dk.

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

--- shadow/46027	Wed Jul  9 10:22:55 2003
+++ shadow/46027.tmp.29355	Mon Jul 14 13:45:50 2003
@@ -52,6 +52,10 @@
 
 
 Additional Information:
 
 The mcs-generated bytecode behaves correctly under MS CLR 1.1 so the C#
 compiler is not to blame.
+
+------- Additional Comments From sestoft@dina.kvl.dk  2003-07-14 13:45 -------
+The Mono 0.25 prints 0 0 instead, but still does not throw the
+required InvalidCastException.