/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

  1. ****** Fatal Error: Bad assignment. Cannot assign `h.item' which
  2. is of type AUX_JW01NAMED_THING into `str' which is of type STRING.
  3. The source lines relevant to this message are the following:
  4. Line 19 columns 10, 19 in BAD_JW01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_jw01.e):
  5. str := h.item;
  6. ^ ^
  7. ------