// KT-45010 fun foo(map: MutableMap) { map.getOrPut("Not an Int") { "Hello" + " world" } }