/test/language/error_warning_msg/bad_call3.msg
http://github.com/tybor/Liberty · Unknown · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 8679a5ff773c529e73feef2fa730a74b MD5 · raw file
- ****** Error: Feature found is not a procedure.
- The source lines relevant to this message are the following:
- Line 14 column 14 in BAD_CALL3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call3.e):
- foo.max(foo)
- ^
- Line 116 column 4 in COMPARABLE (/home/cadrian/Workspace/Dev/Liberty/src/lib/abilities/comparable.e):
- max (other: like Current): like Current
- ^
- ------
- ****** Fatal Error: This call has a result value (and you must
- use it).
- Line 14 column 14 in BAD_CALL3 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call3.e):
- foo.max(foo)
- ^
- ------