blob: f2e4487afea54833fed0b0cabfc48fa8d5c5190f [file]
// RUN_PIPELINE_TILL: BACKEND
// FULL_JDK
fun test(map: java.util.AbstractMap<String, Int>) {
map.remove("", null)
map.remove(null)
}
/* GENERATED_FIR_TAGS: functionDeclaration, nullableType, stringLiteral */