codeowners update
[mono.git] / mcs / tests / test-anon-23.cs
index 8fcb6d4bc5be6c64467872b315512b6cc84fd3bd..9858dc9a0a9adbe652dc8035e2971bd45a593109 100644 (file)
@@ -4,7 +4,7 @@ delegate void D ();
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                X x = new X();
                x.M ();