aeee8bafe6
#KT-8111 Fixed
11 lines
142 B
Kotlin
Vendored
11 lines
142 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun x(items : Sequence<String>) {}
|
|
fun y() {
|
|
x(<selection>sequenceOf("")</selection>)
|
|
}
|
|
/*
|
|
items
|
|
of
|
|
sequence
|
|
sequenceOf
|
|
*/ |