4 lines
57 B
Kotlin
Vendored
4 lines
57 B
Kotlin
Vendored
fun box(): String {
|
|
return C2().foo() + I2().foo()
|
|
}
|