// FULL_JDK fun foo(x: MutableMap>) { x.merge("", listOf("")) { a, b -> a + b } }