Files
kotlin-fork/idea/testData/intentions/convertEnumToSealedClass/noClassKeyword.kt
T
2019-07-05 19:28:02 +07:00

4 lines
55 B
Kotlin
Vendored

// IS_APPLICABLE: false
enum<caret> Foo {
A, B, C
}