[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs1525-6.cs
index 4aacaf3948723c6f7bf214f70b8b60f90e195038..b22cba4bb0029cb41f794476166700b26406d600 100644 (file)
@@ -1,7 +1,7 @@
-// CS1525: Unexpected symbol `}', expecting `)', or `,'
+// CS1525: Unexpected symbol `}', expecting `)' or `,'
 // Line: 7
 
-class X{
+class X {
        static void Main ()
        {
                Console.WriteLine ("Hola"