2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-568.cs
blob01655506b5edfd03fb12b196341dceee7f9b9798
1 // Compiler options: -warn:4 -warnaserror
3 // Test invalid CS0108 warning for enum member hiding
5 enum E
7 Format
10 class B
12 public static void Main ()