/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
- ****** Fatal Error: Inside a procedure, a Precursor call must
- be a procedure call (not a function call).
- Line 24 column 15 in BAD_PRECURSOR01 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_precursor01.e):
- v := Precursor
- ^
- ------