Skip to content

Commit cb569f9

Browse files
authored
Merge pull request #322 from elixir-lsp/codex/add-typespec-for-get_param_options
Add spec for Options.get_param_options
2 parents 927d248 + 6d22f49 commit cb569f9

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)