Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-041.cs
index 1f778a5264185084b4868e6f14b1204f395f6d0a..d30a2d9a3ee10fce9ed1c0151771af2e0aa7a2f3 100644 (file)
@@ -8,7 +8,7 @@ class Stack<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Stack<string> stack = new Stack<string> ();
                stack.Hello (1, "Hello", "World");