2187a77646
#KT-14245 In Progress
9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
enum class <caret>MyEnum(val s: String = "") {
|
|
;
|
|
|
|
fun foo() {
|
|
|
|
}
|
|
} |