[mini] Always emit safepoints, except WASM
[mono-project.git] / mcs / errors / cs0102-2.cs
blob0d1523ff78a69b94b4925598807a315df3157e22
1 // CS0102: The type `SampleEnum' already contains a definition for `Label'
2 // Line: 6
4 public enum SampleEnum {
5 Label,
6 Label