mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
WIP
This commit is contained in:
@@ -471,7 +471,7 @@ void ASTScopeImpl::widenSourceRangeForIgnoredASTNode(const ASTNode n) {
|
||||
// Doing the default here would cause a pattern initializer scope's range
|
||||
// to overlap the pattern use scope's range.
|
||||
|
||||
if (AbstractPatternEntryScope::isCreatedDirectly(n))
|
||||
if (PatternEntryDeclScope::isHandledSpecially(n))
|
||||
return;
|
||||
|
||||
SourceRange r = getEffectiveSourceRange(n);
|
||||
|
||||
Reference in New Issue
Block a user