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