[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-async-33.cs
index f43a3fe84b212c888bd4a3e759c7d93533edb554..4bb0ad9af4ad48818b52602aa1e972e8ac1e1977 100644 (file)
@@ -37,7 +37,7 @@ class B : A
 
 class Program
 {
-       static int Main()
+       public static int Main()
        {
                var b = new B ();
                if (b.Foo (3).Result != 4)