[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-656.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5775c43..45c20b6
@@ -1,8 +1,10 @@
-// Compiler options: -r:test-656-lib.dll
+// Compiler options: -r:test-656-lib.dll;
+
+// Trailing semicolon is part of the test
 
 class Goo
 {
-       static void Main ()
+       public static void Main ()
        {
                string s = new Foo () ["foo"];
        }