4 lines
78 B
Kotlin
Vendored
4 lines
78 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
listOf(listOf(1)).<caret>flatMap { i -> i }
|
|
} |