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