blob: 6c82f904516cc3a4a7ef1e3bd144544e0dcf1fed [file]
fun box(map: MutableMap<String, String>) {
map.get<caret>OrDefault("key", "value")
}