[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / gtest-051.cs
index 5fc94f7c6e895fe9c375b0d5cfb4e1d07a116445..bd0e7eb2dabd0c73583db6820f794242d1603e46 100644 (file)
@@ -25,7 +25,7 @@ public class B : A
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<B> foo = new Foo<B> ();
                foo.Test (new B ());