We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903ba26 commit 22fe618Copy full SHA for 22fe618
include/swift/AST/Decl.h
@@ -5109,6 +5109,7 @@ class AbstractFunctionDecl : public GenericContext, public ValueDecl {
5109
Bits.AbstractFunctionDecl.HasComputedNeedsNewVTableEntry = false;
5110
Bits.AbstractFunctionDecl.DefaultArgumentResilienceExpansion =
5111
unsigned(ResilienceExpansion::Maximal);
5112
+ Bits.AbstractFunctionDecl.Synthesized = false;
5113
5114
// Verify no bitfield truncation.
5115
assert(Bits.AbstractFunctionDecl.NumParameterLists == NumParameterLists);
0 commit comments