03641ffbee
#KT-8467 In Progress
7 lines
96 B
Kotlin
Vendored
7 lines
96 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
//DISABLE-ERRORS
|
|
enum class E {
|
|
A, B, C;
|
|
|
|
abstract val <caret>foo: Int
|
|
} |