elixir-analyzer icon indicating copy to clipboard operation
elixir-analyzer copied to clipboard

Analyzer for `dancing-dots` considers function clauses as different functions

Open pichi opened this issue 2 years ago • 0 comments

The code analyzer considers different function clauses of the same function as different functions and expects @impl annotation before each of them which is inconsistent with the behavior of the Elixir code analyzer and compiler. See #351 for more details.

pichi avatar Dec 04 '22 13:12 pichi