// PROBLEM: none // WITH_RUNTIME fun test() { var set = mutableSetOf(1) set += 2 }