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

4 lines
62 B
Plaintext
Vendored

// WITH_RUNTIME
fun test() {
listOf(listOf(1)).flatten()
}