/test/language/error_warning_msg/bad_call5.msg
http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · b7981422cfab78b6fa9c0d4ed6f9e6a8 MD5 · raw file
- ****** Fatal Error: The feature called has 1 formal argument while
- the actual argument list has 2 arguments.
- The source lines relevant to this message are the following:
- Line 12 column 13 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e):
- bar(1, 2)
- ^
- Line 15 column 8 in BAD_CALL5 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call5.e):
- bar (x: INTEGER)
- ^
- ------