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