[Frontend] Remove TypeWrappers flag and associated attributes

This commit is contained in:
Pavel Yaskevich
2023-02-08 09:27:07 -08:00
parent e2b22d9f62
commit 61ab4d539d
2 changed files with 0 additions and 15 deletions

View File

@@ -132,11 +132,6 @@ EXPERIMENTAL_FEATURE(SendableCompletionHandlers, false)
/// Enables opaque type erasure without also enabling implict dynamic
EXPERIMENTAL_FEATURE(OpaqueTypeErasure, false)
/// 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, false)
/// Whether to perform round-trip testing of the Swift Swift parser.
EXPERIMENTAL_FEATURE(ParserRoundTrip, false)