With Rich Errors, will we have a well-typed `suspe...
# language-evolution
y
With Rich Errors, will we have a well-typed
suspendCoroutineUninterceptedOrReturn
and
startCoroutineUninterceptedOrReturn
? That'd require making
COROUTINE_SUSPENDED
an Error type, which is hard since it's currently an
enum
member for serialisation's sake. I imagine, because this is an intrinsic, it doesn't matter much
3