/test/language/error_warning_msg/bad_precursor04.msg

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

  1. ****** Fatal Error: Cannot pass `'A'' which is of type CHARACTER
  2. into formal type INTEGER_32.
  3. The source lines relevant to this message are the following:
  4. Line 23 column 20 in BAD_PRECURSOR04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_precursor04.e):
  5. Precursor('A');
  6. ^
  7. Line 7 column 15 in AUX_PRECURSOR04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_precursor04.e):
  8. routine(i: INTEGER)
  9. ^
  10. ------