You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore fixits for adding objc(selector) when doing migration, and fixits for mismatch label in overridden method (#2734)
* [FixCode] Follow-up for b4a2b53, ignore another diagnostic fixit that is messing with argument labels.
* [FixCode] When picking-up fixits for migration ignore the fixits for adding @objc(selector).
These interact badly with the swift migrator, they are triggered by label mismatches in pre-migrated code.
We also don't generally need them since we do inference for the most common cases.
0 commit comments