Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-037.cs
index 88eba8e1a1efa586d7428f8dc4728f3cd767a9a9..a722372709f3564e791d49b59ce2cd3af13614c0 100644 (file)
@@ -36,6 +36,6 @@ public class Baz<T> : Foo<T,string>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        { }
 }