Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/removeOnAbstractMap.kt
T
2020-03-19 09:51:01 +03:00

4 lines
99 B
Kotlin
Vendored

fun test(map: java.util.AbstractMap<String, Int>) {
map.remove("", null)
map.remove(null)
}