[mcs] Allow properties and indexers of by-ref values to be set without setter
[mono.git] / mcs / tests / gtest-029.cs
index 6194603a4fb9e673840e875b42a5ea91c771c900..d52eee7ffa13210a6ed5ce4f935226f1c16bc8c7 100644 (file)
@@ -17,7 +17,7 @@ class Stack<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Stack<int> stack = new Stack<int> (5);
                System.Console.WriteLine (stack.Test ());