blob: f9790ff46beb789c3498f6cb8c65d51bcbe0db6b [file]
// WITH_STDLIB
import kotlin.test.*
fun foo() {
}
fun box(): String {
if (true) foo() else foo()
return "OK"
}