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