aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/map_SUITE_data/results/typeflow
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dialyzer/test/map_SUITE_data/results/typeflow')
-rw-r--r--lib/dialyzer/test/map_SUITE_data/results/typeflow3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dialyzer/test/map_SUITE_data/results/typeflow b/lib/dialyzer/test/map_SUITE_data/results/typeflow
index 12f5f1459d..c4339e91a0 100644
--- a/lib/dialyzer/test/map_SUITE_data/results/typeflow
+++ b/lib/dialyzer/test/map_SUITE_data/results/typeflow
@@ -1,6 +1,9 @@
typeflow.erl:12: Function a_is_integer/1 has no local return
+typeflow.erl:12: The pattern ~{'a':=X}~ can never match the type #{}
typeflow.erl:14: Function t2/1 has no local return
+typeflow.erl:15: The call typeflow:a_is_integer(M::#{}) will never return since it differs in the 1st argument from the success typing arguments: (#{'a':=integer(), ...})
typeflow.erl:19: Function t3/1 has no local return
typeflow.erl:20: The call maps:get('a',M::#{}) will never return since the success typing arguments are (any(),map())
typeflow.erl:5: Function t1/1 has no local return
+typeflow.erl:6: The call typeflow:a_is_integer(M::#{}) will never return since it differs in the 1st argument from the success typing arguments: (#{'a':=integer(), ...})