swift
243cc164 - [CSSimplify] Don't pile up fixes for incorrect optional chaining

Commit
1 year ago
[CSSimplify] Don't pile up fixes for incorrect optional chaining If the contextual type propagated into the optional chain mismatches with the inner type formed from its member references and that inner type is a result of some fix, let's consider that un-salvageable and avoid producing additional "ignore contextual type" fixes which only lead to subpar solutions.
Author
Parents
Loading