/test/language/error_warning_msg/bad_assignment13.msg

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

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