[Mono-bugs] [Bug 74991][Wis] Changed - [GMCS] Error implicit
casting int[] -> ICollection <int>
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed May 25 13:37:00 EDT 2005
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 .
http://bugzilla.ximian.com/show_bug.cgi?id=74991
--- shadow/74991 2005-05-18 21:50:53.000000000 -0400
+++ shadow/74991.tmp.28580 2005-05-25 13:37:00.000000000 -0400
@@ -12,12 +12,13 @@
ReportedBy: grompf at sublimeintervention.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [GMCS] Error implicit casting int[] -> ICollection <int>
+BugsThisDependsOn: 74953
The following test:
void test(System.Collections.Generic.ICollection<int> list) { }
void test3() { test(new int[]{1}); }
More information about the mono-bugs
mailing list