/test/language/error_warning_msg/bad_assignment23.msg

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

  1. ****** Fatal Error: Bad assignment. Cannot assign `integer' which
  2. is of type INTEGER_32 into `comparable' which is of type COMPARABLE.
  3. The source lines relevant to this message are the following:
  4. Line 14 columns 10, 24 in BAD_ASSIGNMENT23 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment23.e):
  5. comparable := integer -- <-- Must be rejected.
  6. ^ ^
  7. ------