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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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};
+}
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to