[Mono-bugs] [Bug 25318] Changed - Type error on initialisers of jagged arrays
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 May 2002 22:22:39 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=25318
--- shadow/25318 Sun May 26 18:21:19 2002
+++ shadow/25318.tmp.28149 Sun May 26 18:22:39 2002
@@ -33,6 +33,11 @@
no error
Additional Information:
The compiler happily compiles
int [][] array = { 1 } ;
which, unsurprisingly, gets runtime errors on access.
+
+------- Additional Comments From dave-mono@earth.li 2002-05-26 18:22 -------
+Created an attachment (id=1783)
+Test case, should print "1", but doesn't compile
+