Skip to content

Commit 698b806

Browse files
committed
[SE-0361] Enable bound generic extensions.
1 parent cffe8a0 commit 698b806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ namespace swift {
487487
/// \code
488488
/// extension [Int] { /**/ }
489489
/// \endcode
490-
bool EnableExperimentalBoundGenericExtensions = false;
490+
bool EnableExperimentalBoundGenericExtensions = true;
491491

492492
/// A helper enum to represent whether or not we customized the default
493493
/// ASTVerifier behavior via a frontend flag. By default, we do not

0 commit comments

Comments
 (0)