2009-03-27 Sebastien Pouliot <sebastien@ximian.com>
[mono-project.git] / mcs / errors / cs3008-8.cs
blobe7bc241aa05a41a69f9c1f2538c1e66f109dead6
1 // CS3008: Identifier `E2.__VALUE' is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 using System;
6 [assembly:CLSCompliant (true)]
8 public enum E2 {
9 __VALUE