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