mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-27 07:14:20 +00:00
Estimated hours taken: 0.05 tests/invalid/method_impl.exp: tests/invalid/method_impl.err_exp: Fix a bug in my previous check-in: rename `method_impl.exp' as `method_impl.err_exp'.
8 lines
423 B
Plaintext
8 lines
423 B
Plaintext
method_impl.m:016: In clause for type class method implementation:
|
|
method_impl.m:016: in argument 2 of predicate `foo_m1/2':
|
|
method_impl.m:016: type error: variable `HeadVar__2' has type `int',
|
|
method_impl.m:016: expected type was `string'.
|
|
method_impl.m:019: In clause for type class method implementation:
|
|
method_impl.m:019: error: undefined predicate `bar_m1/2'.
|
|
For more information, try recompiling with `-E'.
|