Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-iter-02.cs
index b32c30b4e65565e87d39a7c959f180911515b450..1be1bb28b489679d86f80af8f11621749a4331ab 100644 (file)
@@ -15,7 +15,7 @@ class X {
                yield return 100;
        }
 
-       static int Main ()
+       public static int Main ()
        {
                start = 10;
                end = 30;