otp-kernel

Code pulled with git from git://github.com/erlang/otp.git with the last commit being

These are Intersection warnings for otp-kernel.

(Only new warnings by Intersection-enabled analysis are listed. Warnings by current public version of Dialyzer are listed here.)

dialyzer -n -q -Wno_improper_lists --apps kernel
inet_config.erl:297: The pattern {'error', Reason} can never match the type {'ok',[any()]}
inet_config.erl:426: The pattern {'error', Reason} can never match the type {'ok',[any()]}
inet_db.erl:1003: The variable _ can never match since previous clauses completely covered the type {'ok',[any()]}
inet_db.erl:1031: The variable _ can never match since previous clauses completely covered the type {'ok',[any()]}
inet_db.erl:1222: The pattern 'error' can never match the type ['clear_cache' | 'clear_search' | 'del_ns' | {_,_},...]