Files
kotlin-fork/compiler/testData/klibABI/removeOpenFunction/main/m.kt
T

6 lines
99 B
Kotlin
Vendored

import abitestutils.abiTest
fun box() = abiTest {
expectSuccess { C2().foo() + I2().foo() }
}