Skip to content

Commit c057721

Browse files
committed
do not emit alias_reference on defmodule
1 parent f094199 commit c057721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/compiler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ defmodule ElixirSense.Core.Compiler do
16791679
state_orig = state
16801680
original_env = env
16811681

1682-
{expanded, _state, _env} = expand(alias, state, env)
1682+
{expanded, _state, _env} = expand_without_aliases_report(alias, state, env)
16831683

16841684
{full, env} =
16851685
if is_atom(expanded) do

0 commit comments

Comments
 (0)