1 // CS3019: CLS compliance checking will not be performed on `CLSClass.Foo()' because it is not visible from outside this assembly
3 // Compiler options: -warnaserror -warn:2
6 [assembly
:CLSCompliant (true)]
8 public partial class CLSClass
10 [CLSCompliant (false)]