// PROBLEM: none // WITH_RUNTIME fun test() { val list = mutableListOf(1) list += 2 }