Hi all, I ran into issues with tailrec suspend functions.
First of all, are tailrec suspend functions known to be broken? (Couldn't find anything)
Second, does it make any sense to use tailrec on suspend functions. I.e. do suspend functions come with the usual stack or performance issues?