79a8b6de1f
^KT-64805
6 lines
102 B
Kotlin
Vendored
6 lines
102 B
Kotlin
Vendored
// WITH_STDLIB
|
|
|
|
fun box(map: MutableMap<String, String>) {
|
|
map.get<caret>OrDefault("key", null)
|
|
}
|