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 81dcbaf commit ac26a5aCopy full SHA for ac26a5a
src/main/java/com/github/_1c_syntax/bsl/languageserver/references/ReferenceIndexFiller.java
@@ -132,7 +132,7 @@ public BSLParserRuleContext visitNewExpression(BSLParser.NewExpressionContext ct
132
if (NotifyDescription.isNotifyDescription(ctx)) {
133
final var doCallContext = ctx.doCall();
134
if (doCallContext == null){
135
- return ctx;
+ return super.visitNewExpression(ctx);
136
}
137
var callParamList = doCallContext.callParamList().callParam();
138
0 commit comments