mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #40282 from hborla/existential-any
[SE-0335] Introduce existential `any`
This commit is contained in:
@@ -310,6 +310,10 @@ namespace swift {
|
||||
/// `func f() -> <T> T`.
|
||||
bool EnableExperimentalNamedOpaqueTypes = false;
|
||||
|
||||
/// Enable support for explicit existential types via the \c any
|
||||
/// keyword.
|
||||
bool EnableExplicitExistentialTypes = false;
|
||||
|
||||
/// Enable experimental flow-sensitive concurrent captures.
|
||||
bool EnableExperimentalFlowSensitiveConcurrentCaptures = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user