Skip to content

Commit cbe0132

Browse files
committed
Remove obsolete TODO in binary segment typing
1 parent 3afc1b3 commit cbe0132

File tree

1 file changed

+0
-1
lines changed
  • lib/elixir/lib/module/types

1 file changed

+0
-1
lines changed

lib/elixir/lib/module/types/of.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ defmodule Module.Types.Of do
113113
# If we are in a pattern and we have a variable, the refinement
114114
# will already have checked the type, so we skip the check here
115115
# as an optimization.
116-
# TODO: properly handle dynamic. Do we need materialization?
117116
if (kind == :pattern and is_var(left)) or compatible?(actual_type, expected_type) do
118117
{:ok, context}
119118
else

0 commit comments

Comments
 (0)