mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Basic Sema support for covariant collection casting.
This commit is contained in:
@@ -143,6 +143,9 @@ namespace swift {
|
||||
/// \brief Enable experimental nested generic types feature.
|
||||
bool EnableExperimentalNestedGenericTypes = false;
|
||||
|
||||
/// \brief Enable generalized collection casting.
|
||||
bool EnableExperimentalCollectionCasts = false;
|
||||
|
||||
/// Should we check the target OSs of serialized modules to see that they're
|
||||
/// new enough?
|
||||
bool EnableTargetOSChecking = true;
|
||||
|
||||
Reference in New Issue
Block a user