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