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