/test/language/error_warning_msg/bad_agent04.msg

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

  1. ****** Fatal Error: The feature called has 1 formal argument while
  2. the actual argument list has 2 arguments.
  3. The source lines relevant to this message are the following:
  4. Line 17 column 23 in BAD_AGENT04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent04.e):
  5. my_agent.call([tuple.first],3);
  6. ^
  7. Line 13 column 20 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
  8. call alias "()" (o: O_)
  9. ^
  10. ------