// PROBLEM: none // WITH_RUNTIME fun test() { val list = mutableListOf(1, 2, 3) list[1] = list[1] }