7 lines
186 B
Kotlin
Vendored
7 lines
186 B
Kotlin
Vendored
operator fun Int.invoke(): String {}
|
|
|
|
fun call(x: kotlin.int) {
|
|
<selection>x()</selection>
|
|
}
|
|
|
|
// CALL: KtFunctionCall: targetFunction = /invoke(<receiver>: kotlin.Int): kotlin.String |