1 // cs3018.cs: `NotCompliant.Compliant' cannot be marked as CLS-compliant because it is a member of non CLS-compliant type `NotCompliant'
3 // Compiler options: -warnaserror -warn:1
6 [assembly
: CLSCompliant (true)]
9 public class NotCompliant
12 public class Compliant