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