/test/language/error_warning_msg/bad_agent16.msg

http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 0b060ebfbadc7b70fb3d31bedbbee019 MD5 · raw file

  1. ****** Fatal Error: Bad number of actual arguments for agent call.
  2. (The agent you are trying to call has 1 argument. Its type is
  3. FUNCTION[TUPLE[INTEGER_8],INTEGER_32].)
  4. Line 14 column 32 in BAD_AGENT16 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent16.e):
  5. i := my_function.item([1, 2])
  6. ^
  7. ------