**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3019-2.cs
blobcedbcf75541cac2479d4c5f23fc8a0602dbb8906
1 // cs3019.cs: CLS compliance checking will not be performed on 'CLSClass' because it is private or internal
2 // Line: 8
3 // Compiler options: -warnaserror -warn:2
5 using System;
6 [assembly:CLSCompliant (true)]
8 [CLSCompliant (false)]
9 class CLSClass {