Skip to content

Commit 5e4c964

Browse files
committed
[TypeChecker] SE-0326: Enable multi-statement closure inference by default
1 parent 5c3fb22 commit 5e4c964

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
@@ -724,7 +724,7 @@ namespace swift {
724724

725725
/// Enable experimental support for type inference through multi-statement
726726
/// closures.
727-
bool EnableMultiStatementClosureInference = false;
727+
bool EnableMultiStatementClosureInference = true;
728728

729729
/// Enable experimental support for generic parameter inference in
730730
/// parameter positions from associated default expressions.

0 commit comments

Comments
 (0)