Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / gtest-124.cs
index b678b148ce22c8d703c98477a24478bef789a4d5..c8f06ac46dc7c5a415890f68a4debb540de76728 100644 (file)
@@ -20,7 +20,7 @@ public class FooCollection <T> : IFoo <T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                IFoo<int> foo = new FooCollection<int> ();
                int a = foo [3];