/test/language/error_warning_msg/bad_assignment21.msg

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

  1. ****** Fatal Error: Bad assignment. Cannot assign `a' which is
  2. of type ARRAY[INTEGER_32] into `c' which is of type COLLECTION[ANY].
  3. The source lines relevant to this message are the following:
  4. Line 14 columns 10, 15 in BAD_ASSIGNMENT21 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment21.e):
  5. c := a -- <-- Must be rejected.
  6. ^ ^
  7. ------