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