Skip to content

Commit 23e3c54

Browse files
committed
fix compare
1 parent af9e845 commit 23e3c54

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/github/_1c_syntax/bsl/languageserver/context/symbol

1 file changed

+0
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/context/symbol/MethodSymbol.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public int compareTo(@Nullable MethodSymbol other) {
138138
}
139139

140140
return java.util.Comparator.comparing(MethodSymbol::getName)
141-
.thenComparing(MethodSymbol::getSymbolKind)
142141
.thenComparing(MethodSymbol::getOwner)
143142
.thenComparingInt(m -> m.subNameLine)
144143
.thenComparingInt(m -> m.subNameStartCharacter)

0 commit comments

Comments
 (0)