/test/language/error_warning_msg/bad_agent14.msg
Unknown | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 63dcbfca5d43968f46f9118adb069313 MD5 | raw file
1****** Fatal Error: The feature called has 2 formal arguments 2while the actual argument list has 1 argument. 3 4The source lines relevant to this message are the following: 5 6Line 15 column 49 in BAD_AGENT14 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent14.e): 7 my_collection.for_each(agent print_item(?)) 8 ^ 9Line 19 column 14 in BAD_AGENT14 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent14.e): 10 print_item(item: STRING; c: CHARACTER) 11 ^ 12------