Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-158.cs
index 5f547f9df716f516ef98a430329003be4f983a17..098848936f3cc651ae1ba1055b8b9b0878cf5022 100644 (file)
@@ -11,7 +11,7 @@ public class Test : Moo<Test>.Foo
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Moo<Test> moo = new Moo<Test> ();
        }