blob: 7eb48fb45d8e4f2de74245c93936103ad8e0945f [file]
// RUN_PIPELINE_TILL: BACKEND
// FULL_JDK
fun test(collection: MutableCollection<Boolean>) {
collection.removeIf { it }
}
/* GENERATED_FIR_TAGS: functionDeclaration, inProjection, lambdaLiteral, samConversion */