Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / test-111.cs
index 4af5997bef9b2bd00fb6ad9fc9bdd85a236c34b8..f2eff4b6a6faa82e3dfa0e506c51119b94d41ce8 100644 (file)
@@ -2,7 +2,7 @@ class T {
         static object get_obj() {
                 return new object ();
         }
-        static int Main() {
+        public static int Main() {
                 object o = get_obj ();
                 if (o == "string")
                         return 1;