Use one KtDestructuringDeclarationReference per each entry - better highlight usages and other actions

This commit is contained in:
Valentin Kipyatkov
2016-08-29 23:07:48 +03:00
parent 9cd7e9d519
commit b332867b25
11 changed files with 66 additions and 74 deletions
@@ -6,8 +6,5 @@ fun <Int> f(l: List<Int>) {
val (e<caret>l1, el2, el3) = l
}
// MULTIRESOLVE
// REF: (for kotlin.collections.List<T> in dependency).component1()
// REF: (for kotlin.collections.List<T> in dependency).component2()
// REF: (for kotlin.collections.List<T> in dependency).component3()