[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / gtest-269.cs
old mode 100755 (executable)
new mode 100644 (file)
index b8da9a5..9c7dc64
@@ -104,7 +104,7 @@ class X
                }
        }
 
-       static int Main ()
+       public static int Main ()
        {
                IrishPub pub = new IrishPub (IrishBeer.Guinness);
                if (PubToLong (pub) != 0x1001)