mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Mark 'Type Wrappers' as experimental feature that has to be enabled
This commit is contained in:
@@ -122,6 +122,11 @@ EXPERIMENTAL_FEATURE(SendableCompletionHandlers)
|
||||
/// Enables opaque type erasure without also enabling implict dynamic
|
||||
EXPERIMENTAL_FEATURE(OpaqueTypeErasure)
|
||||
|
||||
/// Whether to enable experimental @typeWrapper feature which allows to
|
||||
/// declare a type that controls access to all stored properties of the
|
||||
/// wrapped type.
|
||||
EXPERIMENTAL_FEATURE(TypeWrappers)
|
||||
|
||||
#undef EXPERIMENTAL_FEATURE
|
||||
#undef UPCOMING_FEATURE
|
||||
#undef SUPPRESSIBLE_LANGUAGE_FEATURE
|
||||
|
||||
Reference in New Issue
Block a user