/test/language/error_warning_msg/bad_assignment16.msg

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

  1. ****** Fatal Error: Bad assignment. Cannot assign `integer_32'
  2. which is of type INTEGER_32 into `real_32' which is of type REAL_32.
  3. The source lines relevant to this message are the following:
  4. Line 15 columns 10, 21 in BAD_ASSIGNMENT16 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment16.e):
  5. real_32 := integer_32
  6. ^ ^
  7. ------