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

6 lines
95 B
Kotlin
Vendored

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