mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Add flag to enable existential any
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user