We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80bd3c commit 32692f1Copy full SHA for 32692f1
lib/elixir/test/elixir/kernel/errors_test.exs
@@ -828,7 +828,7 @@ defmodule Kernel.ErrorsTest do
828
"nofile:3: function exit/1 imported from both :erlang and Kernel, call is ambiguous",
829
'''
830
defmodule Kernel.ErrorsTest.FunctionImportConflict do
831
- import :erlang, warn: false
+ import :erlang, only: [exit: 1], warn: false
832
def foo, do: exit(:test)
833
end
834
0 commit comments