KT-13693 Expand selection for array brackets
#KT-13693 Fixed
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun test() {
|
||||
val a = arrayOf(arrayOf(1))
|
||||
a[1]<selection>[2<caret>]</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user