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