mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Sema: Fold TypeAliasDecl::computeType() into validateDecl()
This commit is contained in:
@@ -2295,7 +2295,6 @@ public:
|
||||
|
||||
auto underlying = MF.getType(underlyingTypeID);
|
||||
alias->setUnderlyingType(underlying);
|
||||
alias->computeType();
|
||||
|
||||
if (auto accessLevel = getActualAccessLevel(rawAccessLevel))
|
||||
alias->setAccess(*accessLevel);
|
||||
|
||||
Reference in New Issue
Block a user