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