/test/language/error_warning_msg/bad_agent04.msg
http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · d99e94f11a50091c1c597e29fc646734 MD5 · raw file
- ****** Fatal Error: The feature called has 1 formal argument while
- the actual argument list has 2 arguments.
- The source lines relevant to this message are the following:
- Line 17 column 23 in BAD_AGENT04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent04.e):
- my_agent.call([tuple.first],3);
- ^
- Line 13 column 20 in PROCEDURE (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/procedure.e):
- call alias "()" (o: O_)
- ^
- ------