mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[FixCode] Make sure to accept the fixit in warning about 'where' syntax change.
This commit is contained in:
@@ -603,6 +603,7 @@ private:
|
||||
Info.ID == diag::attr_decl_attr_now_on_type.ID ||
|
||||
Info.ID == diag::noescape_parameter.ID ||
|
||||
Info.ID == diag::noescape_autoclosure.ID ||
|
||||
Info.ID == diag::where_inside_brackets.ID ||
|
||||
Info.ID == diag::selector_construction_suggest.ID ||
|
||||
Info.ID == diag::selector_literal_deprecated_suggest.ID)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user