[Mono.Debugger.Soft] Added TypeMirror.IsNested
[mono.git] / mcs / tests / gtest-013.cs
index 3a248e61a67581fc861978530e3e5b127d72641e..92edda18f0ddb7ad32afbbda9daf4c1d585fa373 100644 (file)
@@ -9,6 +9,6 @@ public class X
                stack.Hello (3);
        }
 
-       static void Main ()
+       public static void Main ()
        { }
 }