[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / gtest-271.cs
old mode 100755 (executable)
new mode 100644 (file)
index e29a4e8..db287e8
@@ -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)