blob: 0c1c58ac8e236aec637d59d68225758da0950270 (
plain) (
blame)
1
2
3
4
|
blame_contract_range.erl:11: Function foo/0 has no local return
blame_contract_range.erl:14: The contract blame_contract_range:bar(atom()) -> 'a' cannot be right because the inferred return for bar('b') on line 12 is 'b'
blame_contract_range.erl:15: The pattern 'a' can never match the type 'b'
|