diff options
author | Hans Bolinder <[email protected]> | 2017-01-10 10:52:38 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-01-10 10:52:38 +0100 |
commit | 448e8aca77dd29ed5b37d56f0700d24ac26a7243 (patch) | |
tree | 79c2ec78af77340ee0cdf27faab371720b20b20c /lib/dialyzer/test/small_SUITE_data/results | |
parent | c60394a8ef642f8533fa26b0bc3d1dcb217c8866 (diff) | |
parent | 99ed930f507868906953c6169a58c03df3e10901 (diff) | |
download | otp-448e8aca77dd29ed5b37d56f0700d24ac26a7243.tar.gz otp-448e8aca77dd29ed5b37d56f0700d24ac26a7243.tar.bz2 otp-448e8aca77dd29ed5b37d56f0700d24ac26a7243.zip |
Merge branch 'maint'
* maint:
stdlib: Allow characters in types and constant patterns
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/chars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/chars b/lib/dialyzer/test/small_SUITE_data/results/chars new file mode 100644 index 0000000000..2c1f8f8d17 --- /dev/null +++ b/lib/dialyzer/test/small_SUITE_data/results/chars @@ -0,0 +1,4 @@ + +chars.erl:29: Invalid type specification for function chars:f/1. The success typing is (#{'b':=50}) -> 'ok' +chars.erl:32: Function t1/0 has no local return +chars.erl:32: The call chars:f(#{'b':=50}) breaks the contract (#{'a':=49,'b'=>50,'c'=>51}) -> 'ok' |