[Mono-bugs] [Bug 40646][Maj] Changed - mcs doesn't parse correctly array initializers

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 1 Apr 2003 19:21:14 -0500 (EST)


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 eureko@grmexico.com.mx.

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

--- shadow/40646	Tue Apr  1 19:18:59 2003
+++ shadow/40646.tmp.357	Tue Apr  1 19:21:14 2003
@@ -137,6 +137,11 @@
 				{ new Friend("Oscar", 27), new Friend() },
 				{ new Friend(), new Friend() }
 			};
 		}
 	}
 }
+
+------- Additional Comments From eureko@grmexico.com.mx  2003-04-01 19:21 -------
+Created an attachment (id=3889)
+Source code for reproducing the bug.
+