quote only work on lambda on net_4_0
[mcs.git] / errors / gcs3019.cs
blob0c829a72ee4cc7ef318c313af53d21ab9be4cf45
1 // CS3019: CLS compliance checking will not be performed on `T' 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 public class CLSClass<[CLSCompliant (false)] T>