Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
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 */