blob: ca55180464252570b9d50c08657db99f161a0905 [file]
fun test(list: MutableList<String>) {
list.removeAll {
it.isEmpty()
}
}