[mcs] Moves using static lookup at the end of simple name lookup rules. Fixes #55348
[mono.git] / mcs / tests / test-474.cs
index 09408fb2a6541e910174ff5af8331559ed4134ef..42357f22e0faa99b815a1e7cfcbd24784d57f5cb 100644 (file)
@@ -2,7 +2,7 @@
 // on captured params.
 
 class Z {
-       static void Main ()
+       public static void Main ()
        {
                TestPreinc (1);
                TestPostinc (1);