// WITH_STDLIB fun a () { val list = mutableListOf(1) list[0] = 1 if (true) list[0] = 1 when { else -> list[0] = 1 } }