// WITH_RUNTIME fun test(list: List) { val toCollection: MutableList = list.filter { it > 1 }.toCollection(mutableListOf()) }