2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3019-2.cs
blob74eafdd9c907a4f74c04f93b7022b2e43636dafd
1 // cs3019-2.cs: CLS compliance checking will not be performed on `CLSClass' because it is not visible from outside this assembly
2 // Line: 8
3 // Compiler options: -warnaserror -warn:2
5 using System;
6 [assembly:CLSCompliant (true)]
8 [CLSCompliant (false)]
9 class CLSClass {