Files

6 lines
102 B
Kotlin
Vendored

// WITH_STDLIB
fun box(map: MutableMap<String, String>) {
map.get<caret>OrDefault("key", null)
}