codeowners update
[mono.git] / mcs / tests / gtest-542.cs
index 77370007bb20d986c4bb507428b941f8f7c3eb55..d4bce6ee9d9020638c15576f95f6fa60d89ec134 100644 (file)
@@ -13,7 +13,7 @@ abstract class A<T>
 
 class C
 {
-       static int Main ()
+       public static int Main ()
        {
                var r = new A<short>.B ();
                if (r.getT () != r)