Files
kotlin-fork/compiler/testData/codegen/box/defaultArguments/simpleFromOtherFile.kt
T
2018-06-09 19:15:38 +03:00

9 lines
106 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
// FILE: 1.kt
fun box() = ok()
// FILE: 2.kt
fun ok(res: String = "OK") = res