Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-anon-06.cs
index 758bcc70f6de9cece684a1b825da93317647dfba..5f238c734147d015685bb0b1df5bb8c9fe6751d5 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void S ();
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                int a = 1;
                if (a != 1)