KT-13693 Expand selection for array brackets

#KT-13693 Fixed
This commit is contained in:
shiraji
2016-09-10 18:06:09 +09:00
parent 3f2f79ef59
commit d83b1747bb
7 changed files with 49 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
fun test() {
val a = arrayOf(arrayOf(1))
a[1]<selection>[2<caret>]</selection>
}