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