Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70e98c9c2bcec2a93b2aee31c9c476b910d6b37a
/
.
/
compiler
/
testData
/
codegen
/
composeLike
/
defaultInline.kt
blob: 48384ba336111781b4c0ec02509e605b4fd29f43 [
file
]
inline
fun foo
(
s
:
String
=
"O"
)
=
s
fun box
()
=
foo
()
+
foo
(
"K"
)