In ilasm/tests:
[mcs.git] / errors / cs3014-5.cs
blob61195159198f9708c3a9989a4de5a9c1c24fbd60
1 // cs3014-5.cs: `E' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant
2 // Line: 8
4 using System;
6 [CLSCompliant (true)]
7 public enum E {