Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
codegen
/
composeLike
/
default.kt
blob: 6f2dbd0bdeae808d0528e64c98c798b0cba2900c [
file
]
fun foo
(
s
:
String
=
"O"
)
=
s
fun box
()
=
foo
()
+
foo
(
"K"
)