[mcs] Moves using static lookup at the end of simple name lookup rules. Fixes #55348
[mono.git] / mcs / tests / test-6.cs
index b95d891b7c4179a7d2373563da6ee5b3cfb0037d..a90e0bf966270516d7b76d501cbb7049fe741668 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                Console.WriteLine ("From 0 to 9");
                int i;