[Mono-bugs] [Bug 78847][Nor] Changed - [GMCS] gmcs doesn't allow B[] -> IList<A> conversion where B : A.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 21 07:19:16 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78847
--- shadow/78847 2006-07-15 01:04:58.000000000 -0400
+++ shadow/78847.tmp.10393 2006-07-21 07:19:16.000000000 -0400
@@ -43,6 +43,11 @@
bug.cs(14,12): error CS0029: Cannot implicitly convert type `B[]' to
`System.Collections.Generic.IList<A>'
Also, this might be a runtime problem as well, since the Console.WriteLine
prints 'True' under MS, and 'False' under mono.
+
+------- Additional Comments From martin at ximian.com 2006-07-21 07:19 -------
+Created an attachment (id=17333)
+Patch for the GMCS part
+
More information about the mono-bugs
mailing list