We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeWrappers
1 parent e8dfb1e commit 475f363Copy full SHA for 475f363
include/swift/Basic/Features.def
@@ -127,7 +127,7 @@ EXPERIMENTAL_FEATURE(OpaqueTypeErasure, false)
127
/// Whether to enable experimental @typeWrapper feature which allows to
128
/// declare a type that controls access to all stored properties of the
129
/// wrapped type.
130
-EXPERIMENTAL_FEATURE(TypeWrappers, false)
+EXPERIMENTAL_FEATURE(TypeWrappers, true)
131
132
/// Whether to perform round-trip testing of the Swift Swift parser.
133
EXPERIMENTAL_FEATURE(ParserRoundTrip, false)
0 commit comments