[NFC] Hide VarDecl::setIntroducer

This commit is contained in:
Robert Widmann
2022-03-14 18:14:01 -07:00
parent 539a5b3338
commit 2d256cb6c7
10 changed files with 46 additions and 25 deletions

View File

@@ -97,6 +97,7 @@ deriveBridgedNSError_enum_nsErrorDomain(
VarDecl *propDecl;
PatternBindingDecl *pbDecl;
std::tie(propDecl, pbDecl) = derived.declareDerivedProperty(
DerivedConformance::SynthesizedIntroducer::Var,
derived.Context.Id_nsErrorDomain, stringTy, stringTy, /*isStatic=*/true,
/*isFinal=*/true);