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