Files
T
2021-03-06 09:22:35 +03:00

6 lines
127 B
Kotlin
Vendored

// WITH_RUNTIME
fun test(s: Sequence<Int>) {
val <!UNUSED_VARIABLE!>foo<!> = s.<!USELESS_CALL_ON_NOT_NULL!>orEmpty()<!>
}