Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1fbe2c8085532ef2fa66bf26fdf2b04c5cca97
/
.
/
compiler
/
fir
/
analysis-tests
/
testData
/
resolveWithStdlib
/
removeIf.kt
blob: 7eb48fb45d8e4f2de74245c93936103ad8e0945f [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FULL_JDK
fun test
(
collection
:
MutableCollection
<
Boolean
>)
{
collection
.
removeIf
{
it
}
}
/* GENERATED_FIR_TAGS: functionDeclaration, inProjection, lambdaLiteral, samConversion */