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