6 lines
109 B
Kotlin
Vendored
6 lines
109 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun x() {
|
|
listOf("")
|
|
.take(10)
|
|
.forEach { System.out.<caret>print(it) }
|
|
} |