[Mono-bugs] [Bug 60332][Nor] Changed - Field initializer of multidimentional arrays not always run

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Jun 2004 02:25:28 -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 rshade@dvsconsulting.com.

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

--- shadow/60332	2004-06-17 02:24:12.000000000 -0400
+++ shadow/60332.tmp.10090	2004-06-17 02:25:28.000000000 -0400
@@ -30,6 +30,11 @@
 
 class T
 {
     int[,] i2 = new int[,] { {0} }
     ...
 }
+
+------- Additional Comments From rshade@dvsconsulting.com  2004-06-17 02:25 -------
+Created an attachment (id=8216)
+Testcase
+