5 lines
96 B
Kotlin
Vendored
5 lines
96 B
Kotlin
Vendored
// FULL_JDK
|
|
|
|
fun test(collection: MutableCollection<Boolean>) {
|
|
collection.removeIf { it }
|
|
} |