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