/test/language/error_warning_msg/bad_assignment11.msg

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

  1. ****** Fatal Error: Bad assignment. Cannot assign `integer_64'
  2. which is of type INTEGER_64 into `integer_8' which is of type
  3. INTEGER_8.
  4. The source lines relevant to this message are the following:
  5. Line 15 columns 10, 23 in BAD_ASSIGNMENT11 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment11.e):
  6. integer_8 := integer_64
  7. ^ ^
  8. ------