diff options
author | Henrik Nord <[email protected]> | 2015-10-27 12:28:03 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2015-10-27 12:28:03 +0100 |
commit | 990426c501e56d01d0dc0172a5335b39aafd28ec (patch) | |
tree | 6153095d0adef7d24f76a02481870d57e0cfa4dd /erts/preloaded/src | |
parent | 36707f0eac0fdb61331a8cee4917a00a301528a3 (diff) | |
parent | d0143499cd9ff1c1cf029ff33c65c908229536c7 (diff) | |
download | otp-990426c501e56d01d0dc0172a5335b39aafd28ec.tar.gz otp-990426c501e56d01d0dc0172a5335b39aafd28ec.tar.bz2 otp-990426c501e56d01d0dc0172a5335b39aafd28ec.zip |
Merge branch 'lucafavatella/dialyzer-fun-literal-arity' into maint
* lucafavatella/dialyzer-fun-literal-arity:
Teach Dialyzer arity of funs with literal arity
OTP-13068
Diffstat (limited to 'erts/preloaded/src')
-rw-r--r-- | erts/preloaded/src/erlang.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/preloaded/src/erlang.erl b/erts/preloaded/src/erlang.erl index 4e55f711b2..7280b43502 100644 --- a/erts/preloaded/src/erlang.erl +++ b/erts/preloaded/src/erlang.erl @@ -1974,6 +1974,7 @@ localtime_to_universaltime(_Localtime, _IsDst) -> %% CHECK! Why the strange very thorough specification of the error %% condition with disallowed arity in erl_bif_types? %% Not documented +%% Shadowed by erl_bif_types: erlang:make_fun/3 -spec erlang:make_fun(Module, Function, Arity) -> function() when Module :: atom(), Function :: atom(), |