/test/language/error_warning_msg/bad_agent08.msg

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

  1. ****** Fatal Error: Cannot pass `2' which is of type INTEGER_8
  2. into formal type STRING.
  3. The source lines relevant to this message are the following:
  4. Line 15 column 25 in BAD_AGENT08 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent08.e):
  5. r := agent f(?,2)
  6. ^
  7. Line 20 column 20 in BAD_AGENT08 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent08.e):
  8. f(s: STRING; i: STRING)
  9. ^
  10. ------