[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / gtest-025.cs
index f4e7b42bcd71edc6b446d6279456ec787c425e99..3ec8745220acd6ef3c83b39ad2434f0785efe0f9 100644 (file)
@@ -22,7 +22,7 @@ class X
                foo.Hello<int> (531);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Foo foo = new Foo ();
                Test (foo);