Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
codegen
/
composeLike
/
defaultLocal.kt
blob: d3b1c75bc67af97d303929e1a2167c01e9d2dbfd [
file
]
fun box
():
String
{
fun foo
(
s
:
String
=
"O"
)
=
s
return
foo
()
+
foo
(
"K"
)
}