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 21db77c + af52b3f commit dbfef56Copy full SHA for dbfef56
lib/elixir_sense/core/metadata.ex
@@ -53,6 +53,7 @@ defmodule ElixirSense.Core.Metadata do
53
documentation: String.t()
54
}
55
56
+ @spec fill(String.t(), ElixirSense.Core.Compiler.State.t()) :: t()
57
def fill(source, acc) do
58
%__MODULE__{
59
source: source,
0 commit comments