/test/language/error_warning_msg/bad_agent03.msg
Unknown | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 07527db79481712c89eee04545f0a579 MD5 | raw file
1****** Fatal Error: Bad assignment. Cannot assign `[1]' which 2is of type TUPLE[INTEGER_8] into `tuple' which is of type TUPLE[INTEGER_32]. 3 4The source lines relevant to this message are the following: 5 6Line 16 columns 10, 19 in BAD_AGENT03 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_agent03.e): 7 tuple := [1]; 8 ^ ^ 9------