[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-iter-11.cs
index 3dcce679f4aaeb56fea79a7e13c6025a73d23cae..91f016d3915ef79690d00d1142b36be89e94ea68 100644 (file)
@@ -19,7 +19,7 @@ class X {
                Console.WriteLine ("Hook invoked");
        }
        
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Hook += M;