[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-anon-38.cs
index 96aff697d74b2c8c4496cc6a8f25f07ce3dfb6d7..f3c27082a6ec5a556884584a33121c8030a6dbf2 100644 (file)
@@ -24,7 +24,7 @@ class X
                simple ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Test (3);