/test/language/error_warning_msg/bad_precursor09.msg

http://github.com/tybor/Liberty · Unknown · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · ae4316b2e8f54873d2565ae0da58614e MD5 · raw file

  1. ****** Fatal Error: Bad assignment. Error detected while checking
  2. this code in the BAD_PRECURSOR09 context. Cannot assign `create
  3. {AUX_PRECURSOR09}.make_aux' which is of type AUX_PRECURSOR09 into
  4. `Result' which is of type BAD_PRECURSOR09.
  5. The source lines relevant to this message are the following:
  6. Line 16 columns 10, 20 in AUX_PRECURSOR09 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_precursor09.e):
  7. Result := create {AUX_PRECURSOR09}.make_aux
  8. ^ ^
  9. ------