I know you're "not supposed to" resume the continu...
# coroutines
y
I know you're "not supposed to" resume the continuation given within
suspendCoroutineUninterceptedOrReturn
, but seemingly it works fine! Is that a guaranteed behaviour, or could a future compiler version break that somehow? I understand that the warning against doing that maybe due to stack overflows and such.