/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
- ****** Fatal Error: Bad assignment. Cannot assign `integer_32'
- which is of type INTEGER_32 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_ASSIGNMENT16 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment16.e):
- real_32 := integer_32
- ^ ^
- ------