Merge pull request #9303 from jckarter/enable-keypaths

Switch on key paths.
This commit is contained in:
Joe Groff
2017-05-05 09:13:31 -07:00
committed by GitHub
5 changed files with 30 additions and 19 deletions

View File

@@ -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 '[]'.