7 lines
182 B
Kotlin
Vendored
7 lines
182 B
Kotlin
Vendored
fun x() {
|
|
<expr>foo(1)</expr>
|
|
}
|
|
|
|
fun foo(){}
|
|
|
|
// CALL: KtFunctionCall: targetFunction = ERR<Too many arguments for public final fun /foo(): R|kotlin/Unit|, [/foo(): kotlin.Unit]> |