Files
kotlin-fork/idea/testData/inspectionsLocal/collections/simplifiableCall/arrayFlatMap2.kt
T
2019-08-23 14:12:17 +07:00

5 lines
90 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun Array<List<Int>>.test() {
<caret>flatMap { it }
}