[xbuild] Fix bug #676671. Raise AnyEvent .
[mono.git] / mcs / errors / cs1526.cs
index 582d451ea8903463e1e8814a024f102845a56eda..4005ace788112096ad018fb730cb5d5ab7190810 100644 (file)
@@ -1,7 +1,8 @@
-// cs1526: new expression requires () or [] after type
-// Line: 6
+// CS1526: Unexpected symbol `;', expecting `(', `[', or `{'
+// Line: 7
+
 class X {
-        static void Main ()
+       static void Main ()
        {
                X x = new X;
        }