Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-220.cs
index 40c9344682ea1c50bcbe1cb72473c68b8b606428..abedaa08b1aea098ad99dccfdcd1d2fe0ec91214 100644 (file)
@@ -15,7 +15,7 @@ public class A<T1>
 
 class PopQuiz
 {
-       static int Main()
+       public static int Main()
        {
                A<int>.B<char>.C<bool> o = new A<int>.B<char>.C<bool>();
                string s = o.a.GetType().FullName;