// WITH_RUNTIME fun x(items : Sequence) {} fun y() { x(sequenceOf("")) } /* items of sequence sequenceOf */