[Mono-bugs] [Bug 74991][Nor] Changed - [GMCS] Error implicit
casting int[] -> ICollection <int>
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 28 07:26:24 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74991
--- shadow/74991 2005-06-27 13:23:42.000000000 -0400
+++ shadow/74991.tmp.1532 2005-06-28 07:26:24.000000000 -0400
@@ -12,13 +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
+BugsThisDependsOn: 74953[FIXED]
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