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 babfd3e commit 8babd3eCopy full SHA for 8babd3e
apps/language_server/test/providers/definition/locator_test.exs
@@ -1290,7 +1290,8 @@ defmodule ElixirLS.LanguageServer.Providers.Definition.LocatorTest do
1290
}
1291
1292
# `a` redefined in a case clause
1293
- # TODO cursor lands in the wrong clause on 1.17
+ # cursor lands in the wrong clause on 1.18
1294
+ # fortunately __cursor__ inserting hacks in ElixirSense.Metadata are able to work around this
1295
# defmodule MyModule do
1296
# def my_fun(a, b) do
1297
# case a do
0 commit comments