codeowners update
[mono.git] / mcs / tests / gtest-315.cs
index 3d4afe45372e876885481a40b9355f25ae66ba97..b0de4e866b470ae71ed5d9f4b0883bc1661a278e 100644 (file)
@@ -11,7 +11,7 @@ public partial class A<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                A<int> a = new A<int> ();
                a.Test = new A<int>.B ();