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