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