d83b1747bb
#KT-13693 Fixed
4 lines
88 B
Kotlin
Vendored
4 lines
88 B
Kotlin
Vendored
fun test() {
|
|
val a = arrayOf(arrayOf(1))
|
|
<selection>a[1][2<caret>]</selection>
|
|
} |