// "Change type to MutableMap" "true" // WITH_RUNTIME fun main() { val map = mapOf(1 to "a") map[2] = "b" }