Skip to content

Commit

Permalink
address todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jul 31, 2024
1 parent 9307a57 commit c5c1b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/elixir_sense/core/guard.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
defmodule ElixirSense.Core.Guard do
# TODO add tests
@moduledoc """
This module is responsible for infer type information from guard expressions
"""
Expand Down
1 change: 0 additions & 1 deletion test/elixir_sense/core/type_inference_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ defmodule ElixirSense.Core.TypeInferenceTest do
end

test "list operators" do
# TODO check in guard
assert type_of(":erlang.++([a], [b])") ==
{:call, {:atom, :erlang}, :++, [list: {:variable, :a}, list: {:variable, :b}]}

Expand Down

0 comments on commit c5c1b9f

Please sign in to comment.