mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[TypeChecker] SE-0347: Enable type inference from default expressions
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user