support multideclarations in Select Word
#KT-6833 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val (a<caret>, b) = 1 to 2
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val (<selection>a<caret></selection>, b) = 1 to 2
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val (<selection>a<caret>, b</selection>) = 1 to 2
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val <selection>(a<caret>, b)</selection> = 1 to 2
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
<selection>val (a<caret>, b) = 1 to 2</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user