[mcs] Don't do constraints on fabricated generic methods. Fixes #47672
[mono.git] / mcs / tests / test-anon-53.cs
index 914f90b0297b66b85127df60713bd283c87fc7f8..d5eafc9dfe0ffd814bc6565b32a02825ff9a2064 100644 (file)
@@ -24,7 +24,7 @@ class Test
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test test = new Test (9);
                Console.WriteLine (test);