/test/language/error_warning_msg/bad_agent06.msg
Unknown | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | 72d6c9329dcb1c2be5dae833e438f4f6 MD5 | raw file
1****** Fatal Error: Cannot pass `[6]' which is of type TUPLE[INTEGER_8] 2into formal type TUPLE[CHARACTER]. 3 4The source lines relevant to this message are the following: 5 6Line 15 column 17 in BAD_AGENT06 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent06.e): 7 p.call([6]); 8 ^ 9Line 19 column 13 in FUNCTION (/home/cadrian/Workspace/Dev/Liberty/src/lib/kernel/function.e): 10 call (o: O_) 11 ^ 12------