blob: 7cb3d4b828f0b4d989c3f56fa634409ee19cc168 [file]
fun a () {
val list = mutableListOf(1)
println(list<caret>[0])
}