/test/language/error_warning_msg/bad_type4.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 01aff21a4904eb9c062ed1e7ec9ebab3 MD5 · raw file

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