Skip to content

Commit 8babd3e

Browse files
committed
update comment
1 parent babfd3e commit 8babd3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/language_server/test/providers/definition/locator_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,8 @@ defmodule ElixirLS.LanguageServer.Providers.Definition.LocatorTest do
12901290
}
12911291

12921292
# `a` redefined in a case clause
1293-
# TODO cursor lands in the wrong clause on 1.17
1293+
# cursor lands in the wrong clause on 1.18
1294+
# fortunately __cursor__ inserting hacks in ElixirSense.Metadata are able to work around this
12941295
# defmodule MyModule do
12951296
# def my_fun(a, b) do
12961297
# case a do

0 commit comments

Comments
 (0)