[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / gtest-287.cs
old mode 100755 (executable)
new mode 100644 (file)
index 211e817..5a84c95
@@ -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> ();