Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-066.cs
index 995879e35399001ac1f07037dfed3376e329230b..37a169a4ea2a29bfd39dbc6bb588de88309cc3df 100644 (file)
@@ -15,7 +15,7 @@ namespace Test
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Console.WriteLine (typeof (Foo<>));
                Console.WriteLine (typeof (Foo<>.Bar<>));