7 lines
161 B
Kotlin
Vendored
7 lines
161 B
Kotlin
Vendored
fun x() {
|
|
<selection>foo(1)</selection>
|
|
}
|
|
|
|
fun foo(){}
|
|
|
|
// CALL: KtFunctionCall: targetFunction = ERR<Inapplicable candidate(s): /foo, [/foo(): kotlin.Unit]> |