[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-365.cs
index 26a533b992f8320adfb876191045976129d6dcce..afd0dbfec9f82d1faef635e98eacc0a506812786 100644 (file)
@@ -17,6 +17,6 @@
                                LiteralType.Void
                        };
                        
-               static void Main () {}
+               public static void Main () {}
        }