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

8 lines
196 B
Kotlin
Vendored

import abitestutils.abiTest
fun box() = abiTest {
expectSuccess { compute(E.UNCHANGED2) }
expectFailure(noWhenBranch()) { compute(E.ADDED) }
expectSuccess { compute(E.UNCHANGED1) }
}