4 lines
99 B
Kotlin
Vendored
4 lines
99 B
Kotlin
Vendored
fun test(map: java.util.AbstractMap<String, Int>) {
|
|
map.remove("", null)
|
|
map.remove(null)
|
|
} |