/test/language/error_warning_msg/bad_precursor01.msg

http://github.com/tybor/Liberty · Unknown · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · cc608816cf210319e0aab817b4909fbb MD5 · raw file

  1. ****** Fatal Error: Inside a procedure, a Precursor call must
  2. be a procedure call (not a function call).
  3. Line 24 column 15 in BAD_PRECURSOR01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_precursor01.e):
  4. v := Precursor
  5. ^
  6. ------