/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
- ****** Fatal Error: Bad assignment. Cannot assign `real_64' which
- is of type REAL_64 into `real_32' which is of type REAL_32.
- The source lines relevant to this message are the following:
- Line 15 columns 10, 21 in BAD_ASSIGNMENT15 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment15.e):
- real_32 := real_64
- ^ ^
- ------