699eb47834
See KT-48291 for example. The rationale behind the change is that in "findExpectForActual" we want to find a candidate to be a counterpart for the current (actual) declaration. Fake overrides can not be a sensible counterpart in that regard (you can't, nor you should, provide actual for expect which is FAKE_OVERRIDE) ^KT-48291 Fixed