/test/language/error_warning_msg/bad_assignment22.msg

http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · c56a1a8f7ff4784d191b888611649365 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[COMPARABLE].
  3. The source lines relevant to this message are the following:
  4. Line 16 columns 10, 15 in BAD_ASSIGNMENT22 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment22.e):
  5. c := a -- <-- Must be rejected.
  6. ^ ^
  7. ------