[Mono-bugs] [Bug 41906][Nor] Changed - MCS fumbles array initializer

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 29 Apr 2003 14:23:14 -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 r.h.lee@attbi.com.

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

--- shadow/41906	Sun Apr 27 12:44:02 2003
+++ shadow/41906.tmp.26014	Tue Apr 29 14:23:14 2003
@@ -1,12 +1,12 @@
 Bug#: 41906
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: RESOLVED   
+Status: CLOSED   
 Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: r.h.lee@attbi.com               
@@ -75,6 +75,13 @@
 new Test [2] = {
    new Test ('a', 2),
    new Test ('b', 3)
 }
 
 With appropriate constructors. 
+
+------- Additional Comments From r.h.lee@attbi.com  2003-04-29 14:23 -------
+[Tue Apr 29 11:21:33] Cvs Ok
+
+MCS Outputs: error CS0623: Array initializers can only be used in a
+variable or field initializer, try using the new expression
+