File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ namespace swift {
246
246
// / Default is in \c ParseLangArgs
247
247
// /
248
248
// / This is a staging flag; eventually it will be removed.
249
- bool EnableASTScopeLookup = false ;
249
+ bool EnableASTScopeLookup = true ;
250
250
251
251
// / Someday, ASTScopeLookup will supplant lookup in the parser
252
252
bool DisableParserLookup = false ;
Original file line number Diff line number Diff line change @@ -1750,7 +1750,7 @@ void ASTScopeImpl::reexpand(ScopeCreator &scopeCreator) {
1750
1750
auto astAncestorScopes = rescueASTAncestorScopesForReuseFromMeOrDescendants ();
1751
1751
disownDescendants (scopeCreator);
1752
1752
// If the expansion recurses back into the tree for lookup, the ASTAncestor
1753
- // scopes will have already been rescued and won't be found! HERE
1753
+ // scopes will have already been rescued and won't be found!
1754
1754
expandAndBeCurrent (scopeCreator);
1755
1755
replaceASTAncestorScopes (astAncestorScopes);
1756
1756
}
You can’t perform that action at this time.
0 commit comments