[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / gtest-271.cs
index e29a4e8251d81f4b3c5292a9e15bc519a0cc6dde..db287e839078e86e38b5f73e2d20513c04c75f5c 100644 (file)
@@ -31,7 +31,7 @@ public class Test<T> : IComparable<Test<T>>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<X,Test<X>> foo = new Foo<X,Test<X>> ();
                foreach (Test<X> test in foo)