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.
1 parent 49c3668 commit b231cdeCopy full SHA for b231cde
include/swift/Basic/LangOptions.h
@@ -682,7 +682,7 @@ namespace swift {
682
683
/// Enable experimental support for type inference through multi-statement
684
/// closures.
685
- bool EnableMultiStatementClosureInference = false;
+ bool EnableMultiStatementClosureInference = true;
686
687
/// See \ref FrontendOptions.PrintFullConvention
688
bool PrintFullConvention = false;
0 commit comments