[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / gtest-287.cs
index 211e8175a9e1d92ceaf869edbf7a68d980ad884e..5a84c95bc51f9696279b960844b0cb7a2f9e023d 100644 (file)
@@ -7,7 +7,7 @@ interface I {
 
 class X : I
 {
-        static void Main ()
+        public static void Main ()
         {
                List<object> l = new List<object> ();
                List<I> i = new List<I> ();