I'm running into an issue trying to do a recursive...
# coroutines
m
I'm running into an issue trying to do a recursive call inside a launch()-block, when taking a generic input. Basically the IDE tells, me Type checking has run into a recursive problem. Above you can see the most simple setup I can come up with to reproduce this. Does anyone have an approach to get around this issue?