mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 22:04:13 +00:00
Estimated hours taken: 0.2
tests/warnings/simple_code.{m,exp}
Test cases for the --warn-simple-code warnings.
10 lines
680 B
Plaintext
10 lines
680 B
Plaintext
simple_code.m:010: Warning: this disjunct will never have any solutions.
|
|
simple_code.m:015: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:035: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:042: Warning: the condition of this if-then-else cannot fail.
|
|
simple_code.m:020: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:025: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:030: Warning: the condition of this if-then-else cannot succeed.
|
|
simple_code.m:033: Warning: the negated goal cannot succeed.
|
|
simple_code.m:039: Warning: call to obsolete predicate `simple_code:obsolete/0'.
|