/test/language/error_warning_msg/bad_type1.msg

http://github.com/tybor/Liberty · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · fa1f4e4c6176e3dad3b53ad1c0fb7420 MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Cannot assign `l_integer'
  2. which is of type LINKED_LIST[INTEGER_32] into `c' which is of
  3. type COLLECTION[STRING].
  4. The source lines relevant to this message are the following:
  5. Line 15 columns 10, 15 in BAD_TYPE1 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_type1.e):
  6. c := l_integer;
  7. ^ ^
  8. ------