[xbuild] Add new reserved properties $(MSBuildThisFile*).
[mono.git] / mcs / errors / cs0164.cs
old mode 100755 (executable)
new mode 100644 (file)
index dbb5304..d36a93f
@@ -1,9 +1,10 @@
 // cs0164.cs: This label has not been referenced
-// Line: 5
+// Line: 7
+// Compiler options: -warnaserror -warn:2
+
 class X {
-       void D () {
+       static void Main () {
                a:
-
                        return;
        }
 }