/test/language/error_warning_msg/bad_call9.msg
http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · f1427fe5db3abe11a9bc5562d2b7ac32 MD5 · raw file
- ****** Fatal Error: The feature called has 1 formal argument while
- the actual argument list has 3 arguments.
- The source lines relevant to this message are the following:
- Line 16 column 30 in BAD_CALL9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call9.e):
- string.append_string(to_string, i + 1, to_string.count)
- ^
- Line 7 column 26 in AUX_CALL9_STRING (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_call9_string.e):
- append, append_string (s: STRING)
- ^
- ------