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