7 lines
196 B
Kotlin
Vendored
7 lines
196 B
Kotlin
Vendored
fun String.function(a: Int) {}
|
|
|
|
fun call() {
|
|
"str".<selection>function(1)</selection>
|
|
}
|
|
|
|
// CALL: SimpleKtFunctionCallInfo: targetFunction = function(<receiver> : String, a: Int): IMPLICIT_TYPE |