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