[Mono-bugs] [Bug 49287][Nor] Changed - Types that are arrays of interfaces cannot be compared with 'is' or 'as' operator
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 3 Oct 2003 12:29:55 -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 cmars@ziplip.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49287
--- shadow/49287 2003-10-03 12:28:54.000000000 -0400
+++ shadow/49287.tmp.29152 2003-10-03 12:29:55.000000000 -0400
@@ -62,6 +62,11 @@
not") + " a string[] when using IsAssignableFrom()");
Console.WriteLine("I really got a " + o.GetType());
}
}
+
+------- Additional Comments From cmars@ziplip.com 2003-10-03 12:29 -------
+Created an attachment (id=5496)
+Tarball of the demo source code and CIL compiled version
+