We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code gives an incorrect warning:
defmodule Foobarbaz do def foo(~w(a b c)) do IO.puts("a b c") end def foo(_) do IO.puts("not a b c") end end
warning:
┃ [W] ↗ Parameter `sigil_w` has same name as the `Kernel.sigil_w` macro. ┃ lib/foobarbaz.ex:2 (Foobarbaz.foo)
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Interesting. Thx for reporting! 👍
Sorry, something went wrong.
ba35807
rrrene
No branches or pull requests
The following code gives an incorrect warning:
warning:
Thank you for your help!
The text was updated successfully, but these errors were encountered: