Skip to content

Commit b231cde

Browse files
committed
[TypeChecker] SE-0326: Enable multi-statement closure inference by default
1 parent 49c3668 commit b231cde

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
@@ -682,7 +682,7 @@ namespace swift {
682682

683683
/// Enable experimental support for type inference through multi-statement
684684
/// closures.
685-
bool EnableMultiStatementClosureInference = false;
685+
bool EnableMultiStatementClosureInference = true;
686686

687687
/// See \ref FrontendOptions.PrintFullConvention
688688
bool PrintFullConvention = false;

0 commit comments

Comments
 (0)