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
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-6833 Fixed
@@ -0,0 +1,3 @@
|
||||
fun f() {
|
||||
val (a<caret>, b) = 1 to 2
|
||||
}
|
||||