[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / test-686.cs
index 0fde8568a34603e432368db49cffcc31f84db232..69fda793994dd895b96a7daa72d935c9ec6ddc1d 100644 (file)
@@ -2,7 +2,7 @@ using System;
 
 class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                string s = "test me";
                foreach (char c in s)