exercism / elixir-analyzer

GNU Affero General Public License v3.0
30 stars 32 forks source link

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

Open pichi opened 1 year ago

pichi commented 1 year ago

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.