[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-anon-45.cs
index 60f0ca137811cd564d92073a84e22eb2e485abf2..3c57a3b697a2509c4caa925c4b91e337e9b40a20 100644 (file)
@@ -13,7 +13,7 @@ class TestClass
        static int i = 1;
        static readonly A a = new A(delegate(int a) { i = a; });
 
-       static int Main ()
+       public static int Main ()
        {
                return i;
        }