Files
kotlin-fork/compiler/testData/klib/partial-linkage/addEnumEntry/lib2/l2.kt
T
2023-08-16 19:11:34 +00:00

5 lines
91 B
Kotlin
Vendored

fun compute(e: E): String = when (e) {
E.UNCHANGED1 -> "OK"
E.UNCHANGED2 -> "OK"
}