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