[Mono-bugs] [Bug 73332][Maj] Changed - [GMCS] Arrays don't implement IEnumerable<T>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 05:45:00 -0500 (EST)


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 o.lauffenburger@topsolid.com.

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

--- shadow/73332	2005-03-04 05:44:00.000000000 -0500
+++ shadow/73332.tmp.7878	2005-03-04 05:45:00.000000000 -0500
@@ -22,6 +22,11 @@
 System.Collections.Generic.IEnumerable<string> enumer = array;
 
 the error "error CS0029: Cannot convert implicitly from `string[]' to 
 `System.Collections.Generic.IEnumerable`1'" occurs.
 
 This does not happen with the Microsoft C# compiler.
+
+------- Additional Comments From o.lauffenburger@topsolid.com  2005-03-04 05:45 -------
+Created an attachment (id=14544)
+Source file exhibiting the bug
+