Files
kotlin-fork/idea/testData/inspectionsLocal/collections/uselessCallOnNotNull/Sequence.kt.after
T

5 lines
63 B
Plaintext
Vendored

// WITH_RUNTIME
fun test(s: Sequence<Int>) {
val foo = s
}