/test/language/error_warning_msg/bad_agent06.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 72d6c9329dcb1c2be5dae833e438f4f6 MD5 · raw file

  1. ****** Fatal Error: Cannot pass `[6]' which is of type TUPLE[INTEGER_8]
  2. into formal type TUPLE[CHARACTER].
  3. The source lines relevant to this message are the following:
  4. Line 15 column 17 in BAD_AGENT06 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent06.e):
  5. p.call([6]);
  6. ^
  7. Line 19 column 13 in FUNCTION (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/function.e):
  8. call (o: O_)
  9. ^
  10. ------