[Mono-bugs] [Bug 23699] Changed - foreach does not check type for the 'in' parameter

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Apr 2002 18:29:30 -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 gonzalo@ximian.com.

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

--- shadow/23699	Sat Apr 20 14:28:38 2002
+++ shadow/23699.tmp.26714	Sat Apr 20 14:29:30 2002
@@ -1,13 +1,13 @@
 Bug#: 23699
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: Mandrake 8.2
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pt99par@student.bth.se               
 QAContact: mono-bugs@ximian.com
@@ -29,6 +29,9 @@
 	foreach( int b in 5 ) { Console.WriteLine( b ); } 
     } 
 } 
 --------- 
 This code compiles.. it should however complain that the type does 
 not implment IEnumerable and IEnumerator .. check with csc.exe
+
+------- Additional Comments From gonzalo@ximian.com  2002-04-20 14:29 -------
+The error checking was there, but no output for it.