[Microsoft.CSharp] Replaced with CoreFX implementation
[mono.git] / mcs / tests / test-anon-44.cs
index 8963a063715989f34a2deb3e1083bd0be2f5a076..63d73ffc6872df74c4d78eb919bb04dcf9e1d419 100644 (file)
@@ -32,7 +32,7 @@ class X
                simple ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                X x = new X ();
                x.Test (3);