4a5cbe0443
Related to KT-30501
5 lines
95 B
Kotlin
Vendored
5 lines
95 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
listOf(listOf(1)).flatMap<caret> { it + 1 }
|
|
} |