/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

  1. ****** Fatal Error: The feature called has 1 formal argument while
  2. the actual argument list has 3 arguments.
  3. The source lines relevant to this message are the following:
  4. Line 16 column 30 in BAD_CALL9 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_call9.e):
  5. string.append_string(to_string, i + 1, to_string.count)
  6. ^
  7. Line 7 column 26 in AUX_CALL9_STRING (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_call9_string.e):
  8. append, append_string (s: STRING)
  9. ^
  10. ------