[xbuild] Fix bug #676671. Raise AnyEvent .
[mono.git] / mcs / errors / cs1526.cs
old mode 100755 (executable)
new mode 100644 (file)
index 582d451..4005ace
@@ -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;
        }