blob: e039250e9efb3b00d9050f0360c7cb111b915a03 [file] [log] [blame]
// FILE: 1.kt
fun box() = ok()
// FILE: 2.kt
fun ok(res: String = "OK") = res