Files
kotlin-fork/idea/idea-frontend-fir/testData/analysisSession/resolveCall/simpleCallWithNonMatchingArgs.kt
T
2020-12-10 17:54:20 +01:00

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]>