1 // CS3009: `AttributesForm': base type `BaseClass' is not CLS-compliant
3 // Compiler options: -warnaserror -warn:1
6 // The error is reported intentionally twice.
10 [assembly
:CLSCompliant(true)]
13 public class BaseClass
17 public class AttributesForm
: BaseClass
21 public class AttributesForm_2
: BaseClass