/test/language/error_warning_msg/bad_jw02.msg

http://github.com/tybor/Liberty · Unknown · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · b4f4c573f215dc883b8ad18fb807286a MD5 · raw file

  1. ****** Fatal Error: Cannot pass `h.item' which is of type AUX_JW01NAMED_THING
  2. into formal type ABSTRACT_STRING.
  3. The source lines relevant to this message are the following:
  4. Line 18 column 26 in BAD_JW02 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_jw02.e):
  5. io.put_string(h.item);
  6. ^
  7. Line 66 column 19 in OUTPUT_STREAM_TOOLS (/home/cadrian/Workspace/Dev/Liberty/src/lib/io/low_level/output_stream_tools.e):
  8. put_string (s: ABSTRACT_STRING)
  9. ^
  10. ------