// WITH_RUNTIME fun foo() { val map = mutableMapOf(42 to "foo") map[60] = "bar" }