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