[TypeChecker] SE-0347: Enable type inference from default expressions

This commit is contained in:
Pavel Yaskevich
2022-04-06 15:03:00 -07:00
parent d727a79963
commit b03021dbb7
8 changed files with 6 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;
};