529944fe9c
Do not coroutine transform static inline class replacements that forward to a default interface suspend method. No boxing has to take place on return (as the default interface method always boxes) so we can simply forward the call. ^KT-49645 Fixed