Use one KtDestructuringDeclarationReference per each entry - better highlight usages and other actions
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user