Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-64.cs
index 43c31d7559e703d43b56129a6d6c8696f33622ce..434d689737e416662f57b70f1d7a4b4c4a4292bd 100644 (file)
@@ -19,7 +19,7 @@ class Blah {
 }
 
 class T {
-       static int Main ()
+       public static int Main ()
        {
                Blah b = new Blah (Blah.Operator.A);