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