fun test() { listOf(1, 2, 4).filter { it > 0 } } // INFO: public fun <T> jet.Collection<T>.filter(predicate: (T) → jet.Boolean): jet.List<T> defined in kotlin

Returns a list containing all elements which match the given *predicate*