You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: