[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-iter-04.cs
index 002230470285ec7442cf0b10ac5389472438f00c..dff8d02ba3e2f929fc149719d22215e53bc7986f 100644 (file)
@@ -10,7 +10,7 @@ class X {
                        yield return i;
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Console.WriteLine ("GetRange 10..20");