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