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.
1 parent 5f608c4 commit 1110a95Copy full SHA for 1110a95
lib/elixir/test/elixir/module/types/descr_test.exs
@@ -1528,7 +1528,7 @@ defmodule Module.Types.DescrTest do
1528
{:ok, non_empty_list(tuple([atom([:a]), integer()]))}
1529
1530
assert map_to_list(closed_map(a: term())) ==
1531
- {:ok, non_empty_list(tuple([atom([:a]), integer()]))}
+ {:ok, non_empty_list(tuple([atom([:a]), term()]))}
1532
1533
assert map_to_list(closed_map(a: integer(), b: atom())) ==
1534
{:ok,
0 commit comments