/test/language/error_warning_msg/bad_assignment8.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 1bd23e6828ca0b47dd23dce05b40b239 MD5 · raw file
- ****** Fatal Error: Bad assignment. Cannot assign `3.5' which
- is of type REAL_64 into `any' which is of type ANY.
- The source lines relevant to this message are the following:
- Line 14 columns 10, 17 in BAD_ASSIGNMENT8 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_assignment8.e):
- any := 3.5
- ^ ^
- ------