2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0102-2.cs
blob48404fe733ebab676b6e091bc437a80034424faf
1 // cs0102-2.cs: The type `SampleEnum' already contains a definition for `Label'
2 // Line: 6
4 public enum SampleEnum {
5 Label,
6 Label