// WITH_STDLIB fun a () { val list = mutableListOf(1) list[0] = 1 }