SLC: distinguish last v.s. non-last vararg during binary resolution

^KT-64795 fixed
This commit is contained in:
Jinseong Jeon
2024-01-08 13:46:28 -08:00
committed by teamcity
parent 2bdadeb0c8
commit 45b8f99107
4 changed files with 41 additions and 7 deletions
@@ -0,0 +1,5 @@
// WITH_STDLIB
fun test() {
set<caret>Of("4", "2")
}
@@ -0,0 +1,2 @@
Resolved to:
PsiMethod:setOf(vararg elements: PsiType:T...): PsiType:Set<T>