4 lines
113 B
Plaintext
Vendored
4 lines
113 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
listOf(listOf(1), listOf(2)).asSequence().flatten().filter { it > 1 }.toList()
|
|
} |