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