58c6c25fe9
KtCallResolver.resolveCandidates() and copy over remaining tests.
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
fun function(vararg a: Int) {}
|
|
|
|
fun call() {
|
|
<expr>function(1, 2, 3)</expr>
|
|
}
|