[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-482.cs
index a7eaa98641f004c8852325cee8a2fa829ddc9c3a..935563db6d6b284b4bdb7b0657fca88c2a110914 100644 (file)
@@ -5,7 +5,7 @@ class X {
         public void M4(int arg) { }
         public void M4(int arg, __arglist) { }
 
-       static void Main ()
+       public static void Main ()
        {
        }
 }