Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-anon-156.cs
index 9887afbc96bf8765a5e251c50058e753c9ab4a04..11d22661add08226e111f61b6bc4ec11668f7666 100644 (file)
@@ -14,7 +14,7 @@ class C
                df = delegate { foo (g.def ()); };
        }
 
-       static int Main ()
+       public static int Main ()
        {
                cf<int> ();
                df ();