7 lines
142 B
C#
7 lines
142 B
C#
|
// CS0102: The type `SampleEnum' already contains a definition for `Label'
|
||
|
// Line: 6
|
||
|
|
||
|
public enum SampleEnum {
|
||
|
Label,
|
||
|
Label
|
||
|
}
|