Skip to content

Commit 15b9d8e

Browse files
committed
Добавлен обход по дереву для описаний оповещения.
Ранее если мы определяли, что работаем с описанием оповещения обход в глубь по дереву останавливался.
1 parent afdb554 commit 15b9d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/references/ReferenceIndexFiller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public BSLParserRuleContext visitNewExpression(BSLParser.NewExpressionContext ct
146146
);
147147
}
148148

149-
return ctx;
149+
return super.visitNewExpression(ctx);
150150
}
151151

152152
return super.visitNewExpression(ctx);

0 commit comments

Comments
 (0)