// "Change 'set' to val" "true" // WITH_RUNTIME fun test() { val set = mutableSetOf(1) set += 2 }