/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

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