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 6edf799 commit eba190cCopy full SHA for eba190c
lib/elixir_sense/core/metadata.ex
@@ -46,7 +46,7 @@ defmodule ElixirSense.Core.Metadata do
46
moduledoc_positions: %{}
47
48
@type signature_t :: %{
49
- optional(:active_param) => :non_neg_integer,
+ optional(:active_param) => non_neg_integer(),
50
name: String.t(),
51
params: [String.t()],
52
spec: String.t(),
0 commit comments