Skip to content

Commit 475f363

Browse files
committed
[Basic] Features: Enable TypeWrappers feature in production compilers
1 parent e8dfb1e commit 475f363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/Features.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ EXPERIMENTAL_FEATURE(OpaqueTypeErasure, false)
127127
/// Whether to enable experimental @typeWrapper feature which allows to
128128
/// declare a type that controls access to all stored properties of the
129129
/// wrapped type.
130-
EXPERIMENTAL_FEATURE(TypeWrappers, false)
130+
EXPERIMENTAL_FEATURE(TypeWrappers, true)
131131

132132
/// Whether to perform round-trip testing of the Swift Swift parser.
133133
EXPERIMENTAL_FEATURE(ParserRoundTrip, false)

0 commit comments

Comments
 (0)