[Frontend] Add flag to enable existential any

This commit is contained in:
Angela Laar
2022-08-03 12:40:50 -07:00
parent a8dbc5f40b
commit 0c36d817e8
2 changed files with 5 additions and 0 deletions

View File

@@ -3009,6 +3009,10 @@ static bool usesFeatureConciseMagicFile(Decl *decl) {
return false;
}
static bool usesFeatureExistentialAny(Decl *decl) {
return false;
}
static bool usesFeatureForwardTrailingClosures(Decl *decl) {
return false;
}