[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-anon-101.cs
index 4a656d064c770775c63ac4ff06a2856f99b629d1..63d96639f68c5f846cd227f05fe85406f6bb6970 100644 (file)
@@ -18,7 +18,7 @@ class X
                Hello (u);
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Test (3);