[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1547-8.cs
index 91f6bd3d6aef3360a0ecea6e920ac9ff830733bf..f85783326ac0ba6ceb3305fe9ec1970d42f18c01 100644 (file)
@@ -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