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 af9e845 commit 23e3c54Copy full SHA for 23e3c54
src/main/java/com/github/_1c_syntax/bsl/languageserver/context/symbol/MethodSymbol.java
@@ -138,7 +138,6 @@ public int compareTo(@Nullable MethodSymbol other) {
138
}
139
140
return java.util.Comparator.comparing(MethodSymbol::getName)
141
- .thenComparing(MethodSymbol::getSymbolKind)
142
.thenComparing(MethodSymbol::getOwner)
143
.thenComparingInt(m -> m.subNameLine)
144
.thenComparingInt(m -> m.subNameStartCharacter)
0 commit comments