Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fe0f055c5c4e6ededc6378ef6df3f28ee841978
/
.
/
compiler
/
testData
/
codegen
/
box
/
directInvokeOptimization
/
unboundMemberRef.kt
blob: ac729cf310cfd351c3415dda0a1f000eb1e57070 [
file
]
fun box
():
String
=
(
String
::
plus
)(
"O"
,
"K"
)