/test/language/error_warning_msg/bad_assignment15.msg

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

  1. ****** Fatal Error: Bad assignment. Cannot assign `real_64' which
  2. is of type REAL_64 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_ASSIGNMENT15 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment15.e):
  5. real_32 := real_64
  6. ^ ^
  7. ------