7 lines
199 B
Kotlin
Vendored
7 lines
199 B
Kotlin
Vendored
fun String.function(a: Int) {}
|
|
|
|
fun call() {
|
|
"str"?.<selection>function(1)</selection>
|
|
}
|
|
|
|
// CALL: KtFunctionCall: targetFunction = function(<receiver>: kotlin.String, a: kotlin.Int): kotlin.Unit |