// FIX: Change type to mutable // WITH_RUNTIME fun test() { val list = mutableListOf(1) list += 2 }