blob: 64d40bae6902bba21b7ce0f2914c6ef641628bd2 [file]
fun test() {
val a = arrayOf(arrayOf(1))
a[1]<selection>[2<caret>]</selection>
}