Merge pull request #4998 from kumpera/fix_56684
[mono.git] / mcs / tests / gtest-236.cs
index cce3049305d10cef90d3c6fe9c484de73ec2063f..37acdefe68e281042feda27128585ff97bdb093f 100644 (file)
@@ -15,7 +15,7 @@ class Foo<T>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long> foo = new Foo<long> ();
                Foo<int> bar = new Foo<int> ();