// WITH_RUNTIME fun x() { listOf("") .take(10) .forEach { print(it) } }