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