6 lines
91 B
Plaintext
Vendored
6 lines
91 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun x() {
|
|
listOf("")
|
|
.take(10)
|
|
.forEach { print(it) }
|
|
} |