// WITH_RUNTIME fun x() { listOf() .take(10) .filter { Math.abs(it) < 10 } }