[mcs] Don't do constraints on fabricated generic methods. Fixes #47672
[mono.git] / mcs / tests / test-cls-07.cs
index 6084e41177574577597a7bc1e3539f6fe021d08c..056ec60bf8369cc32ccb630b59adbf3bfde887e7 100644 (file)
@@ -1,3 +1,5 @@
+// Compiler options: -warnaserror
+
 using System;
 
 [assembly:CLSCompliant(true)]
@@ -14,4 +16,4 @@ namespace bb {
 
 public class CLSClass {
         public static void Main() {}
-}
\ No newline at end of file
+}