// "Change type to MutableList" "true" // WITH_RUNTIME fun main() { val list = listOf(1, 2, 3) list[1] = 10 }