2a7403a979
Review: https://jetbrains.team/p/kt/reviews/13334/timeline Thanks to the previous commit, it's now possible to run DefaultArgumentsInExpectActualizedByFakeOverride on both: frontend (FIR) and backend (IR). We aim to perform a thorough examination of checks involving fake-overrides on both FIR and IR, given their distinct implementations for handling fake-overrides. The commit decreases scope of influence of hacky `shouldCheckDefaultParams` flag.