mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #9303 from jckarter/enable-keypaths
Switch on key paths.
This commit is contained in:
@@ -229,7 +229,7 @@ namespace swift {
|
||||
Swift3ObjCInferenceWarnings::None;
|
||||
|
||||
/// Enable keypaths.
|
||||
bool EnableExperimentalKeyPaths = false;
|
||||
bool EnableExperimentalKeyPaths = true;
|
||||
|
||||
/// When a conversion from String to Substring fails, emit a fix-it to append
|
||||
/// the void subscript '[]'.
|
||||
|
||||
Reference in New Issue
Block a user