/test/language/error_warning_msg/bad_jw01.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · 0516663e2ce84ac3fedb462580622e2d MD5 · raw file
- ****** Fatal Error: Bad assignment. Cannot assign `h.item' which
- is of type AUX_JW01NAMED_THING into `str' which is of type STRING.
- The source lines relevant to this message are the following:
- Line 19 columns 10, 19 in BAD_JW01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_jw01.e):
- str := h.item;
- ^ ^
- ------