update
[mono.git] / mcs / errors / cs0176.cs
old mode 100755 (executable)
new mode 100644 (file)
index 889971f..a601352
@@ -1,9 +1,12 @@
 // cs0176.cs: cannot be accessed with an instance reference, use typename instead
-// Line: 12
+// Line: 15
 class X {
        public static void void_method ()
        {
        }
+       public void void_method (int i)
+       {
+       }
 }
 
 class Y {