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 6cd23bd commit 0e2d0d8Copy full SHA for 0e2d0d8
src/main/java/com/github/_1c_syntax/bsl/languageserver/references/ReferenceIndexFiller.java
@@ -228,7 +228,7 @@ private String getModule(BSLParser.CallParamContext callParamContext) {
228
.orElse(MdoRefBuilder.getMdoRef(documentContext));
229
}
230
231
- private Collection<String> calcParams(@Nullable BSLParser.ParamListContext paramList) {
+ private Set<String> calcParams(@Nullable BSLParser.ParamListContext paramList) {
232
if (paramList == null) {
233
return Collections.emptySet();
234
0 commit comments