Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
removeOnAbstractMap.kt
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 */