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

4 lines
53 B
Kotlin
Vendored

fun box(): String {
return C2().foo + I2().foo
}