Use one KtDestructuringDeclarationReference per each entry - better highlight usages and other actions
This commit is contained in:
@@ -7,9 +7,7 @@ fun A.component1() = 1
|
||||
fun A.component2() = 1
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val (a,<caret> b) = A()
|
||||
val (a, <caret>b) = A()
|
||||
}
|
||||
|
||||
// MULTIRESOLVE
|
||||
// REF: (for A in a).component1()
|
||||
// REF: (for A in a).component2()
|
||||
|
||||
Reference in New Issue
Block a user