blob: 62618901e0316ac73abbf5a96374a0221c22e6fd [file]
// FULL_JDK
fun test(collection: MutableCollection<Boolean>) {
collection.removeIf { it }
}