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.
2 parents c8d3cc9 + eba190c commit 21db77cCopy full SHA for 21db77c
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