[Mono-bugs] [Bug 79422][Nor] Changed - int array must implement IList<int>

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 17 08:32:08 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 vargaz at gmail.com.

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

--- shadow/79422	2006-09-17 04:32:36.000000000 -0400
+++ shadow/79422.tmp.25648	2006-09-17 08:32:08.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: andrews at mainsoft.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -31,6 +31,10 @@
 		static void Main (string[] args)
 		{
 			 IList<int> str = new int [] { 1, 2, 3, 4, 5, 6 };
 		}
 	}
 }
+
+------- Additional Comments From vargaz at gmail.com  2006-09-17 08:32 -------
+This works-for-me with current SVN.
+


More information about the mono-bugs mailing list