2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs3019.cs
blobb1741aa3880b91cf38d871824e704d811de5443d
1 // cs3019.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 (true)]
9 class CLSClass {