We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b3119 commit cdd6990Copy full SHA for cdd6990
1 file changed
lib/elixir/lib/module/types/pattern.ex
@@ -828,6 +828,7 @@ defmodule Module.Types.Pattern do
828
# additional information about the number of variables in
829
# arguments and list heads, and a counter used to compute
830
# the number of list heads.
831
+ # TODO: Consider moving pattern_info into context.vars.
832
defp init_pattern_info(context) do
833
%{context | pattern_info: {%{}, %{}, %{}}}
834
end
0 commit comments