Skip to content

Commit 6d22f49

Browse files
committed
Add @SPEC for get_param_options
1 parent c8d3cc9 commit 6d22f49

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/elixir_sense/core/options.ex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ defmodule ElixirSense.Core.Options do
7070
end
7171
end
7272

73+
@spec get_param_options(
74+
module,
75+
atom,
76+
non_neg_integer,
77+
ElixirSense.Core.State.Env.t(),
78+
ElixirSense.Core.Metadata.t()
79+
) :: [atom | {atom, Macro.t()}]
7380
def get_param_options(module, function, arity, env, metadata) do
7481
behaviours = env.behaviours
7582

0 commit comments

Comments
 (0)