We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21527f6 commit 52f0b0dCopy full SHA for 52f0b0d
swift/extractor/visitors/ExprVisitor.h
@@ -468,7 +468,7 @@ class ExprVisitor : public AstVisitorBase<ExprVisitor> {
468
auto pathLabel = dispatcher_.fetchLabel(path);
469
dispatcher_.emit(KeyPathExprParsedPathsTrap{label, pathLabel});
470
}
471
- if (auto root = expr->getParsedPath()) {
+ if (auto root = expr->getParsedRoot()) {
472
auto rootLabel = dispatcher_.fetchLabel(root);
473
dispatcher_.emit(KeyPathExprParsedRootsTrap{label, rootLabel});
474
0 commit comments