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