support multideclarations in Select Word

#KT-6833 Fixed
This commit is contained in:
Dmitry Jemerov
2015-07-29 20:32:55 +02:00
parent e545a7c699
commit ee42da48e1
7 changed files with 39 additions and 5 deletions
+3
View File
@@ -0,0 +1,3 @@
fun f() {
val (a<caret>, b) = 1 to 2
}