blob: 1574459578beb6ba82e3dc49052d1bfeb2f23db7 (
plain) (
blame)
1
2
3
4
5
6
|
record_test.erl:19: Matching of pattern
{'foo', _} tagged with a record name violates the declared type of
'foo'
record_test.erl:21: The variable _ can never match since previous clauses completely covered the type
'foo'
|