5 lines
126 B
Kotlin
Vendored
5 lines
126 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test(s: Sequence<Int>) {
|
|
val <!UNUSED_VARIABLE!>foo<!> = s.<!USELESS_CALL_ON_NOT_NULL!>orEmpty()<!>
|
|
} |