// WITH_STDLIB class A { val s: Sequence = sequence { val a = {} yield("OK") } } fun box(): String = A().s.single()