Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs1547-8.cs
old mode 100755 (executable)
new mode 100644 (file)
index 91f6bd3..f857833
@@ -1,10 +1,10 @@
-// CS1547: Keyword `void' cannot be used in this context\r
-// Line: 8\r
-\r
-class C\r
-{\r
-       static void Main ()\r
-       {\r
-               bool b = 1 is void;\r
-       }\r
+// CS1547: Keyword `void' cannot be used in this context
+// Line: 8
+
+class C
+{
+       static void Main ()
+       {
+               bool b = 1 is void;
+       }
 }
\ No newline at end of file