/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
- ****** Fatal Error: Cannot pass `'A'' which is of type CHARACTER
- into formal type INTEGER_32.
- The source lines relevant to this message are the following:
- Line 23 column 20 in BAD_PRECURSOR04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_precursor04.e):
- Precursor('A');
- ^
- Line 7 column 15 in AUX_PRECURSOR04 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/aux_precursor04.e):
- routine(i: INTEGER)
- ^
- ------