If I understand correctly, we report ReversedMissingMethodProblem when checking for backwards compatibility because if a method was added to trait A, and trait B is compiled against an older version of A, trait B might be missing forwarders that a project that depends on both B and the newer A could run into.
If I understand that correctly, then we could suppress ReversedMissingMethodProblem for sealed traits, right?