Skip to content

Commit

Permalink
chore: Fix incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Nov 3, 2023
1 parent 33eef9f commit af181de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ object ServerCommands {
"goto-super-method",
"Go to super method/field definition",
"""|Jumps to super method/field definition of a symbol under cursor according to inheritance rules.
|When A {override def x()} <:< B <:< C {def x()} and on method 'A.x' it will jump directly to 'C.x'
|When `A {override def x()} <:< B <:< C {def x()}` and on method 'A.x' it will jump directly to 'C.x'
|as method x() is not overridden in B.
|If symbol is a reference of a method it will jump to a definition.
|If symbol under cursor is invalid or does not override anything then command is ignored.
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2020-11-10-lithium.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Vadim Chelyshov
- Make sure that default version is picked up for Scalafmt provider
[\#2158](https://github.com/scalameta/metals/pull/2158)
([tgodzik](https://github.com/tgodzik))
- Don't import {java.util => ju} when no conflicting symbols are available
- Don't import `{java.util => ju}` when no conflicting symbols are available
[\#2155](https://github.com/scalameta/metals/pull/2155)
([tgodzik](https://github.com/tgodzik))
- Fixed sbt completions coming from project/\*.scala
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2021-04-06-tungsten.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ section of the documentation.
overriden.
- Infer type for higher kinded functions correctly.
- Show better type decorations for higher kinded types.
- Improve indexing of Scala 3 sources <- a lot of hard work by
- Improve indexing of Scala 3 sources, a lot of hard work by
[@dos65](https://github.com/dos65)!

## Contributors
Expand Down

0 comments on commit af181de

Please sign in to comment.