/test/language/error_warning_msg/bad_agent09.msg

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

  1. ****** Fatal Error: The feature called has no formal argument
  2. while the actual argument list has 2 arguments.
  3. The source lines relevant to this message are the following:
  4. Line 15 column 22 in BAD_AGENT09 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent09.e):
  5. r := agent f(?,2)
  6. ^
  7. Line 19 column 4 in BAD_AGENT09 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent09.e):
  8. f
  9. ^
  10. ------