Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-434.cs
index c2e022d8cf39da6921675960f86ee85b16d01e06..bce626aa366f2735439cba0ea5935440c8a969f7 100644 (file)
@@ -6,7 +6,7 @@ namespace Foo {
 
 class X {
        static Foo.A a = new foo::A ();
-       static void Main ()
+       public static void Main ()
        {
                System.Console.WriteLine (a.GetType ());
        }