// WITH_RUNTIME fun test(list: List) { val maxWith: Int? = list.filter { it > 1 }.maxWith(Comparator { o1, o2 -> 0 }) }