Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-428.cs
index 5a3e131f6862b6b75570a783c813acaeda65fc5f..85d8e37f74b475636d35311651ea44d1a564f277 100644 (file)
@@ -4,7 +4,7 @@ class A { }
 
 class X {
        class A { }
-       static void Main ()
+       public static void Main ()
        {
                globalA a = new global::A ();
                System.Console.WriteLine (a.GetType ());