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