/test/language/error_warning_msg/bad_precursor05.msg

http://github.com/tybor/Liberty · Unknown · 14 lines · 11 code · 3 blank · 0 comment · 0 complexity · 32234a7e2e47a2e19a75b93b19a7fdb5 MD5 · raw file

  1. ****** Error: Actual argument list of Precursor call doesn't match the procedures signature.
  2. The source lines relevant to this message are the following:
  3. Line 24 column 10 in BAD_PRECURSOR05 (/home/r/Liberty/test/language/error_warning_msg/bad_precursor05.e):
  4. Precursor;
  5. ^
  6. Line 7 column 4 in AUX_PRECURSOR04 (/home/r/Liberty/test/language/error_warning_msg/aux_precursor04.e):
  7. routine(i: INTEGER)
  8. ^
  9. ------
  10. ****** Fatal Error: Correct the previous error first.
  11. ------