[mcs] Don't do constraints on fabricated generic methods. Fixes #47672
[mono.git] / mcs / tests / test-419.cs
index 6e993d3950ba30ff8e7f3a1eff746d15662cdcc5..6c69e20054a4f09a16d94d2ba6446d905529f10d 100644 (file)
@@ -1,7 +1,7 @@
 // Compiler options: -r:test-419-2-lib.dll -r:test-419-3-lib.dll
 
 class Test {
-        static void Main () {
+        public static void Main () {
                 Provider p = new Provider ();
         }
 }