aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/results/fun_arity
diff options
context:
space:
mode:
authorZandra <[email protected]>2015-12-28 11:55:48 +0100
committerZandra <[email protected]>2015-12-28 11:55:48 +0100
commit60d310117c005d6a05dcfc729b79a174b44e5370 (patch)
tree8aa896e5bc58ab950e0a4c7dfb5eb3032614db0c /lib/dialyzer/test/small_SUITE_data/results/fun_arity
parentfc7eb7da8b9ccbc883f2001cf14021da8c85da4d (diff)
parent33ddd3f0699cbb4aa9aea2ec7fcf690d5c498c53 (diff)
downloadotp-60d310117c005d6a05dcfc729b79a174b44e5370.tar.gz
otp-60d310117c005d6a05dcfc729b79a174b44e5370.tar.bz2
otp-60d310117c005d6a05dcfc729b79a174b44e5370.zip
Merge branch 'lucafavatella/dialyzer-fun-call' into maint
* lucafavatella/dialyzer-fun-call: Teach Dialyzer call to funs `M:F/A` (literal M, F, A) OTP-13217
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results/fun_arity')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/results/fun_arity2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/fun_arity b/lib/dialyzer/test/small_SUITE_data/results/fun_arity
index 280f5490d0..cc9db65152 100644
--- a/lib/dialyzer/test/small_SUITE_data/results/fun_arity
+++ b/lib/dialyzer/test/small_SUITE_data/results/fun_arity
@@ -31,5 +31,7 @@ fun_arity.erl:81: Function mfa_ne_1_ko/0 has no local return
fun_arity.erl:83: Function mf_ne/1 will never be called
fun_arity.erl:89: Fun application will fail since _cor0 :: fun(() -> any()) is not a function of arity 1
fun_arity.erl:89: Function mfa_nd_0_ko/0 has no local return
+fun_arity.erl:90: Call to missing or unexported function fun_arity:mf_nd/0
fun_arity.erl:93: Fun application will fail since _cor0 :: fun((_) -> any()) is not a function of arity 0
fun_arity.erl:93: Function mfa_nd_1_ko/0 has no local return
+fun_arity.erl:94: Call to missing or unexported function fun_arity:mf_nd/1