[Mono-bugs] [Bug 60587][Cri] Changed - mcs exception seen as compilation success

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 26 Jul 2004 11:57:09 -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 miguel@ximian.com.

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

--- shadow/60587	2004-06-25 22:12:02.000000000 -0400
+++ shadow/60587.tmp.3848	2004-07-26 11:57:09.000000000 -0400
@@ -61,6 +61,15 @@
 ------- Additional Comments From tberman@gentoo.org  2004-06-25 22:11 -------
 moving this to mcs, as mcs shouldnt be tossing exceptions like this at
 all.
 
 ------- Additional Comments From tberman@gentoo.org  2004-06-25 22:12 -------
 and im actually going to MOVE it this time
+
+------- Additional Comments From miguel@ximian.com  2004-07-26 11:57 -------
+This is the correct test case:
+
+class A {
+    public const string[] cA = new string[] { "A","B","C" };
+}
+
+The one above has a syntax error.