Before this commit, we generated fake overrides at last FIR2IR stage, after having all functions and classes built. This could lead to a situation when fake override was called before it was generated. This commit fixes this situation.
Otherwise corrupted frame information is generated in bytecode #KT-29242 Fixed
See KT-33054 and KT-29242.