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