summaryrefslogtreecommitdiff
path: root/lib/dialyzer/test/map_SUITE_data/results/contract_violation
blob: 782e15410011b0ffb6576fb2a001eee5c405faa5 (plain)
1
2
3
4
5
6

contract_violation.erl:12:2: The pattern #{I:=Loc} can never match the type #{}
contract_violation.erl:16:2: Invalid type specification for function contract_violation:beam_disasm_lines/2.
 The success typing is contract_violation:beam_disasm_lines('none' | <<_:32,_:_*8>>,_) -> #{pos_integer()=>{'location',_,_}}
 But the spec is contract_violation:beam_disasm_lines(binary() | 'none',module()) -> lines()
 The return types do not overlap