**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs3008-8.cs
blob70506162c9c35c5e233a90a61dcc2aca47246baf
1 // cs3008.cs: Identifier 'E2.__VALUE' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant (true)]
7 public enum E2 {
8 __VALUE