[msvc] Update csproj files (#4136)
[mono.git] / mcs / tests / test-anon-136.cs
index b7e84293c9fee724e779d1922fa18fa6b3aa008c..f68b9552eaebb52493047c74cd09f5abca8b9621 100644 (file)
@@ -30,7 +30,7 @@ class Foo<T> {
 
 class Program {
 
-       static int Main ()
+       public static int Main ()
        {
                var x = new Foo<int> ();
                x.Handler += null;