diff options
author | Hans Bolinder <[email protected]> | 2013-02-15 15:51:32 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2013-02-21 11:40:04 +0100 |
commit | be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a (patch) | |
tree | fb547491fa0a2ba7ba14d14fe38492fff205115d /lib/dialyzer/test/small_SUITE_data | |
parent | 565b4a4065229c0c9ea08a758be3a2c228514883 (diff) | |
download | otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.tar.gz otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.tar.bz2 otp-be3ea0a2ca2600a1d5f84c125944fd69c6c0c66a.zip |
Introduce new type file:name_all()
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/flatten | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/flatten b/lib/dialyzer/test/small_SUITE_data/results/flatten index 8aa44dd002..0bd866770c 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/flatten +++ b/lib/dialyzer/test/small_SUITE_data/results/flatten @@ -1,2 +1,2 @@ -flatten.erl:17: The call lists:flatten(nonempty_improper_list(atom() | [any()] | char(),atom())) will never return since it differs in the 1st argument from the success typing arguments: ([any()]) +flatten.erl:17: The call lists:flatten(nonempty_improper_list(atom() | [any()] | char(),atom() | {'no_translation',binary()})) will never return since it differs in the 1st argument from the success typing arguments: ([any()]) |