Skip to content

Commit cad0a81

Browse files
committed
Fix crash on expand_call_from_introspection
1 parent f542a09 commit cad0a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/core/binding.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ defmodule ElixirSense.Core.Binding do
13401340
nil ->
13411341
# no docs - use call arity if fun exported
13421342
if function_exported?(mod, fun, arity) do
1343-
arity
1343+
{:function, arity}
13441344
end
13451345

13461346
list ->

0 commit comments

Comments
 (0)