[mcs] Pending implementation of accessors cannot hide base implementation with differ...
[mono.git] / mcs / tests / test-622.cs
index 15193dde4768837bc000521f57ef350efff26e74..8ff008d257d6adde58d0c0eace6590da5f2e68af 100644 (file)
@@ -23,7 +23,7 @@ class X {
                value = new B (1);
        }
        
-       static int Main ()
+       public static int Main ()
        {
                A o;
                Foo (out o);