467d2b42fc
When coroutine class is created, it's made child of SuspendFunction class. Normally, SuspendFunction class can't be already lowered, but if we are compiling stdlib it can happen. And if it is bad fake overrides would be created before this commit. Unfortunately, as problem can happen only during stdlib compilation, no specific test can be added.