[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs3019.cs
blobf1f65ee409fc21ad7661d2dab8082472b8eb7af0
1 // CS3019: 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 {