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