Merge pull request #42228 from xedin/enable-se-0347-by-default

[TypeChecker] SE-0347: Enable type inference from default expressions
This commit is contained in:
Pavel Yaskevich
2022-04-08 16:10:20 -07:00
committed by GitHub
9 changed files with 21 additions and 18 deletions

View File

@@ -752,10 +752,6 @@ namespace swift {
/// closures.
bool EnableMultiStatementClosureInference = true;
/// Enable experimental support for generic parameter inference in
/// parameter positions from associated default expressions.
bool EnableTypeInferenceFromDefaultArguments = false;
/// See \ref FrontendOptions.PrintFullConvention
bool PrintFullConvention = false;
};