aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/results/maps_sum
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-04-30 17:36:35 +0200
committerBjörn-Egil Dahlberg <[email protected]>2015-04-30 17:36:35 +0200
commite0693a525481ac2af86830a5ec82520b62c217da (patch)
tree41d4fe09f1cfb90201120fec5f5ac06076835298 /lib/dialyzer/test/small_SUITE_data/results/maps_sum
parent147e8b9bd0b36315f0d8bd38e39c51d93cd9f509 (diff)
downloadotp-e0693a525481ac2af86830a5ec82520b62c217da.tar.gz
otp-e0693a525481ac2af86830a5ec82520b62c217da.tar.bz2
otp-e0693a525481ac2af86830a5ec82520b62c217da.zip
dialyzer: Strengthen maps tests
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results/maps_sum')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/results/maps_sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/maps_sum b/lib/dialyzer/test/small_SUITE_data/results/maps_sum
new file mode 100644
index 0000000000..a19c0bba96
--- /dev/null
+++ b/lib/dialyzer/test/small_SUITE_data/results/maps_sum
@@ -0,0 +1,4 @@
+
+maps_sum.erl:15: Invalid type specification for function maps_sum:wrong1/1. The success typing is (#{}) -> any()
+maps_sum.erl:26: Function wrong2/1 has no local return
+maps_sum.erl:27: The call lists:foldl(fun((_,_,_) -> any()),0,Data::any()) will never return since it differs in the 1st argument from the success typing arguments: (fun((_,_) -> any()),any(),[any()])