// "Change 'map' to val" "true" // WITH_RUNTIME fun test() { var map = mutableMapOf(1 to 1) map += 2 to 2 }