Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
box
/
defaultArguments
/
simpleFromOtherFile.kt
blob: e039250e9efb3b00d9050f0360c7cb111b915a03 [
file
]
// FILE: 1.kt
fun box
()
=
ok
()
// FILE: 2.kt
fun ok
(
res
:
String
=
"OK"
)
=
res