/test/language/error_warning_msg/bad_agent02.msg

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

  1. ****** Fatal Error: The feature called has 2 formal arguments
  2. while the actual argument list has 1 argument.
  3. The source lines relevant to this message are the following:
  4. Line 16 column 49 in BAD_AGENT02 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent02.e):
  5. my_collection.for_each(agent print_item(?))
  6. ^
  7. Line 20 column 14 in BAD_AGENT02 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent02.e):
  8. print_item(c: CHARACTER; item: STRING)
  9. ^
  10. ------