mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Don't exclude @autoclosure from the attribute list when printing override completions
This commit is contained in:
@@ -3947,6 +3947,7 @@ public:
|
||||
Options.setBaseType(transformType);
|
||||
Options.PrintImplicitAttrs = false;
|
||||
Options.ExclusiveAttrList.push_back(TAK_escaping);
|
||||
Options.ExclusiveAttrList.push_back(TAK_autoclosure);
|
||||
Options.PrintOverrideKeyword = false;
|
||||
Options.PrintPropertyAccessors = false;
|
||||
Options.PrintStaticKeyword = !hasStaticOrClass;
|
||||
|
||||
Reference in New Issue
Block a user