// WITH_RUNTIME fun test(list: List) { println(list.filter { it > 1 }.filter { it > 2 }) }