2010-05-25 Jb Evain <jbevain@novell.com>
[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 {