[msvc] Update csproj files (#4136)
[mono.git] / mcs / tests / test-anon-16.cs
index 01500c1baf481b3839b0fed414a0fe499482e7b0..ffe8fec2de6970d394a4a03188105b7b466b23d0 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void D ();
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                X x = new X (1);
                X y = new X (100);