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