/test/language/error_warning_msg/bad_precursor13.msg

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

  1. ****** Fatal Error: Cannot pass `bidule' which is of type REAL_64
  2. into formal type NUMERIC.
  3. The source lines relevant to this message are the following:
  4. Line 18 column 20 in BAD_PRECURSOR13 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_precursor13.e):
  5. Precursor(bidule)
  6. ^
  7. Line 7 column 17 in AUX_PRECURSOR13 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_precursor13.e):
  8. foo (bidule: NUMERIC)
  9. ^
  10. ------