quote only work on lambda on net_4_0
[mcs.git] / errors / cs3014-5.cs
blobd1cd732346ebf106f5f3931d7eeeb8e70faa2c1f
1 // CS3014: `E' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 [CLSCompliant (true)]
8 public enum E {