diff options
author | Hans Bolinder <[email protected]> | 2019-02-20 15:51:09 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-02-21 07:54:27 +0100 |
commit | b67ddedf0212079204effbb061f31b7366dff95b (patch) | |
tree | b7bf48665230d3269d3aa7c72746234a6b3e835e /lib/dialyzer/test/opaque_SUITE_data/results | |
parent | f1a00ba58cbfa899d4de2a63b1dbb9a16a9f50ed (diff) | |
download | otp-b67ddedf0212079204effbb061f31b7366dff95b.tar.gz otp-b67ddedf0212079204effbb061f31b7366dff95b.tar.bz2 otp-b67ddedf0212079204effbb061f31b7366dff95b.zip |
dialyzer: Fix maps as parameter of opaque types
The clause added for maps in commit 1a7c41be is corrected.
Diffstat (limited to 'lib/dialyzer/test/opaque_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/opaque_SUITE_data/results/para | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dialyzer/test/opaque_SUITE_data/results/para b/lib/dialyzer/test/opaque_SUITE_data/results/para index 37b5b7b44e..eca445315c 100644 --- a/lib/dialyzer/test/opaque_SUITE_data/results/para +++ b/lib/dialyzer/test/opaque_SUITE_data/results/para @@ -29,5 +29,6 @@ para4.erl:74: Attempt to test for equality between a term of type para4_adt:int( para4.erl:79: Attempt to test for equality between a term of type para4_adt:int(2 | 3 | 4) and a term of opaque type para4_adt:int(5 | 6 | 7) para4.erl:84: Attempt to test for equality between a term of type para4_adt:un(3 | 4) and a term of opaque type para4_adt:un(1 | 2) para4.erl:89: Attempt to test for equality between a term of type para4_adt:tup({_,_}) and a term of opaque type para4_adt:tup(tuple()) +para4.erl:94: Attempt to test for equality between a term of type para4_adt:t(#{1=>'a'}) and a term of opaque type para4_adt:t(#{2=>'b'}) para5.erl:13: Attempt to test for inequality between a term of type para5_adt:dd(atom()) and a term of opaque type para5_adt:d() para5.erl:8: The test para5_adt:d() =:= para5_adt:d() can never evaluate to 'true' |