Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/removeIf.kt
T
2020-03-19 09:51:01 +03:00

5 lines
96 B
Kotlin
Vendored

// FULL_JDK
fun test(collection: MutableCollection<Boolean>) {
collection.removeIf { it }
}