Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-anon-27.cs
index 3bfaef3e804e6f1785d8bd2cef7782d88cbf38a3..d1607443b0a61ed3063f52b3eb1674a7e2e1daf5 100644 (file)
@@ -4,7 +4,7 @@ delegate void D ();
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                X x = new X();
                x.M (10);