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

4 lines
60 B
Plaintext
Vendored

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