Files
kotlin-fork/idea/testData/inspectionsLocal/collections/simplifiableCall/notOnlyReference.kt
T
2019-05-07 14:28:16 +03:00

5 lines
95 B
Kotlin
Vendored

// PROBLEM: none
// WITH_RUNTIME
fun test() {
listOf(listOf(1)).flatMap<caret> { it + 1 }
}