[Mono-bugs] [Bug 77754][Nor] New - cannot initialize a second array with a list

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 10 10:39:17 EST 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 ats at cs.rit.edu.

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

--- shadow/77754	2006-03-10 10:39:17.000000000 -0500
+++ shadow/77754.tmp.27812	2006-03-10 10:39:17.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 77754
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: Tiger
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: ats at cs.rit.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: cannot initialize a second array with a list
+
+Description of Problem:
+compile the enclosed class:
+the SECOND initializer draws the error message, the first one does not.
+.NET compiles ok.
+
+
+class X {
+  int[] v1 = { 1, 2 }, v2 = { 2, 3};
+}


More information about the mono-bugs mailing list