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