Files
kotlin-fork/compiler/testData/codegen/box/directInvokeOptimization/unboundMemberRef.kt
T

3 lines
49 B
Kotlin
Vendored

fun box(): String =
(String::plus)("O", "K")