2187a77646
#KT-14245 In Progress
7 lines
90 B
Plaintext
Vendored
7 lines
90 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
sealed class <caret>MyEnum(val s: String = "") {
|
|
fun foo() {
|
|
|
|
}
|
|
} |