[msvc] Update csproj files (#4395)
[mono.git] / mcs / tests / gtest-etree-05.cs
index 2045e07d99fd5d86f6619e3e59f9ff69deaac463..9dac2a9be308d6f60f7ff9a2ea3e518fefa046cd 100644 (file)
@@ -18,7 +18,7 @@ class C
                }
        }
        
-       static int Main()
+       public static int Main()
        {
                // It also tests constant boxing
                Expression<Func<ArrayList>> e1 = () => new ArrayList { null, "Hello", "World", 5 };