Wild idea: allow `suspend val` and `suspend operat...
# coroutines
l
Wild idea: allow
suspend val
and
suspend operator fun getValue
to allow
by suspendLazy { ... /* a coroutine */ }
delegation. I'm not sure It's a good idea though