/test/language/error_warning_msg/bad_agent17.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 9be70afa595f5f4c05f2029ef7ac15d2 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 11 column 7 in BAD_AGENT17 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent17.e):
  5. f1 (max_depth: INTEGER)
  6. ^
  7. Line 20 column 46 in BAD_AGENT17 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent17.e):
  8. list.for_each(agent {BAD_AGENT17}.f1(1,2))
  9. ^
  10. ------