/test/language/error_warning_msg/bad_agent14.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 63dcbfca5d43968f46f9118adb069313 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 15 column 49 in BAD_AGENT14 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent14.e):
  5. my_collection.for_each(agent print_item(?))
  6. ^
  7. Line 19 column 14 in BAD_AGENT14 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent14.e):
  8. print_item(item: STRING; c: CHARACTER)
  9. ^
  10. ------