Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-237.cs
index 0dce169e6d99111c64e14244930831db30e2cd13..3ee1c78c957d5b66a080495fb44078c104b77753 100644 (file)
@@ -15,7 +15,7 @@ class Foo<T>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long> foo = new Foo<long> ();
                Foo<int> bar = new Foo<int> ();