c0f896c96a
#KT-33204 Fixed
5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test() {
|
|
arrayOf(listOf(1), listOf(2)).flatMap<caret> { it }
|
|
} |