mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Drop TypeCheckers out of TypeCheckStmt
This commit is contained in:
@@ -74,7 +74,7 @@ void typeCheckContextImpl(DeclContext *DC, SourceLoc Loc) {
|
||||
|
||||
case DeclContextKind::AbstractFunctionDecl: {
|
||||
auto *AFD = cast<AbstractFunctionDecl>(DC);
|
||||
typeCheckAbstractFunctionBodyUntil(AFD, Loc);
|
||||
swift::typeCheckAbstractFunctionBodyUntil(AFD, Loc);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user