codeowners update
[mono.git] / mcs / tests / test-431.cs
index 9edd449fea247ad19a5316d02cf0b6d2ab566ee8..3db7321d990fa76058ed95e026ae9d6d32d6e516 100644 (file)
@@ -5,7 +5,7 @@ namespace Foo {
 }
 
 class X {
-       static void Main ()
+       public static void Main ()
        {
                foo::A a = new Foo.A ();
                System.Console.WriteLine (a.GetType ());