[Mono-bugs] [Bug 33628][Cos] Changed - mcs reports wrong error code for invalid multi-dimensional array initializations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Nov 2002 15:38:56 -0000
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33628
--- shadow/33628 Sun Nov 24 10:37:55 2002
+++ shadow/33628.tmp.22241 Sun Nov 24 10:38:56 2002
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs fails on initializing multi-dimensional array
+Summary: mcs reports wrong error code for invalid multi-dimensional array initializations
Try declaring this: int[][] blah = new int [][] {new int[] {1}, new int
[]{2}};
... and compiling with mcs. You'll get: