Files
kotlin-fork/idea/testData/inspectionsLocal/collections/redundantAsSequence/hasLineBreak.kt.after
T
2021-04-07 07:49:23 +03:00

6 lines
97 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(list: List<String>) {
list
// comment
.maxOrNull()
}