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

4 lines
57 B
Kotlin
Vendored

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