X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1526.cs;h=4005ace788112096ad018fb730cb5d5ab7190810;hb=34dd20ad452122ca04c00c54be2293737dba1315;hp=051e7f5e51d88de1c6c407fd4caea239de878958;hpb=881f83658281916d8f0784df7c726ecb7cc289db;p=mono.git diff --git a/mcs/errors/cs1526.cs b/mcs/errors/cs1526.cs index 051e7f5e51d..4005ace7881 100644 --- a/mcs/errors/cs1526.cs +++ b/mcs/errors/cs1526.cs @@ -1,7 +1,8 @@ -// cs1526.cs: A 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; }