[Mono-bugs] [Bug 47215][Wis] Changed - System.Array methods called on implicit arrays generate error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Thu, 31 Jul 2003 18:41:37 -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 miguel@ximian.com.

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

--- shadow/47215	Thu Jul 31 18:20:57 2003
+++ shadow/47215.tmp.22389	Thu Jul 31 18:41:37 2003
@@ -1,13 +1,13 @@
 Bug#: 47215
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: orphennui@yahoo.com               
 QAContact: mono-bugs@ximian.com
@@ -39,6 +39,9 @@
 	
 	Console.WriteLine ("Count: {0}, Contains 'alex': {1}",
 			   foo.Count, 
 			   foo.Contains ("alex"));
 }
 
+
+------- Additional Comments From miguel@ximian.com  2003-07-31 18:41 -------
+Not a bug