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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 12:07:51 -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 vargaz@freemail.hu.

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

--- shadow/46027	2003-07-14 13:45:50.000000000 -0400
+++ shadow/46027.tmp.4803	2003-09-29 12:07:51.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 46027
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
@@ -56,6 +56,9 @@
 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.
+
+------- Additional Comments From vargaz@freemail.hu  2003-09-29 12:07 -------
+Fixed in CVS.