c0f896c96a
#KT-33204 Fixed
6 lines
108 B
Kotlin
Vendored
6 lines
108 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
// DISABLE-ERRORS
|
|
fun test() {
|
|
intArrayOf(1, 2).flatMap<caret> { it }
|
|
} |