[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-anon-10.cs
index 065f7c2cae5bf95eb531e2809dfbb4114c486b7d..bee3519ea97ada57441ae27c63b95cc4a8a5e6d2 100644 (file)
@@ -26,7 +26,7 @@ class S {
                }
        }
        
-       static int Main ()
+       public static int Main ()
        {
            S s = new S ();
            s.Test ();