Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / errors / cs1547-7.cs
index 874a0a30c46fd1e230e1ccecb9d9c26e01690c5e..a1e15dc294bd4e162be39cd599bc19559991398a 100644 (file)
@@ -1,12 +1,12 @@
 // CS1547: Keyword `void' cannot be used in this context
 // Line: 6
 
-class C\r
-{\r
-       int Foo ()\r
-       {\r
-               foreach (void v in this)\r
-               {\r
-               }\r
-       }\r
+class C
+{
+       int Foo ()
+       {
+               foreach (void v in this)
+               {
+               }
+       }
 }
\ No newline at end of file