* ExternTable.cs (ExternTable.GetModuleTypeRef): 'module_table' can be
[mcs.git] / errors / cs3008-8.cs
blobe1908b92380dab0e0dab12aaa5fa17fd0360c4b9
1 // cs3008-8.cs: Identifier `E2.__VALUE' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant (true)]
7 public enum E2 {
8 __VALUE