Any chance context parameters can be made to work ...
# language-evolution
y
Any chance context parameters can be made to work with
@RestrictsSuspension
? I want to do something like:
Copy code
context(s: SequenceScope<Int>)
suspend fun Int.yield() = s.yield(this)
but it errors.
a
may you open an issue on the matter?
👍🏼 1
y