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