Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-014.cs
index 69b232d21fd2dbc042e0fc45492d9c740140ace5..e03d31a56da4c142786b8cfd01e0c74abd1cc4a7 100644 (file)
@@ -9,7 +9,7 @@ public class Stack<S>
 
 public class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Stack<int> s1 = new Stack<int> (3);
                s1.Push (4);