[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-493.cs
index b427f77f889b0ead2e10929c4778136aaff139bb..ef804e1c5c7e209f751e565c74892faf8dd2f01c 100644 (file)
@@ -7,5 +7,5 @@ class B : A {
    }
    
 class C : B {
-       static void Main () {}
+       public static void Main () {}
 }