[mcs] Add codegen for null operator on result of awaited instance expression of prope...
[mono.git] / mcs / tests / gtest-friend-09.cs
index 1d592c816ba211be083e9a227ca164fa307bde28..a7f9532aa5f3139f03e9dc342c37367436f12733 100644 (file)
@@ -3,7 +3,7 @@ using System;
 
 public class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                FriendClass fc = new FriendClass ();