[Frontend] Mark 'Type Wrappers' as experimental feature that has to be enabled

This commit is contained in:
Pavel Yaskevich
2022-08-01 12:10:38 -07:00
parent 7d28a4fa78
commit a3b54308d2
6 changed files with 20 additions and 2 deletions

View File

@@ -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