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