[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-249.cs
index d93ff9234e9df51da462485c31e1e4322bf70533..c1bfae13bf09b6c4a0b65d4d6d633e0572dc804f 100644 (file)
@@ -11,6 +11,6 @@ struct Bar
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }