// WITH_STDLIB fun box(map: MutableMap) { map.getOrDefault("key", null) }