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 98163e4 commit 6cd23bdCopy full SHA for 6cd23bd
src/main/java/com/github/_1c_syntax/bsl/languageserver/references/ReferenceIndexFiller.java
@@ -89,7 +89,7 @@ public void fill(DocumentContext documentContext) {
89
private class MethodSymbolReferenceIndexFinder extends BSLParserBaseVisitor<BSLParserRuleContext> {
90
91
private final DocumentContext documentContext;
92
- private Collection<String> commonModuleMdoRefFromSubParams = Collections.emptySet();
+ private Set<String> commonModuleMdoRefFromSubParams = Collections.emptySet();
93
94
@Override
95
public BSLParserRuleContext visitProcDeclaration(BSLParser.ProcDeclarationContext ctx) {
0 commit comments