/test/language/error_warning_msg/bad_inspect10.msg
http://github.com/tybor/Liberty · Unknown · 9 lines · 7 code · 2 blank · 0 comment · 0 complexity · b7027b44467ee47d90833d0caffb5510 MD5 · raw file
- ****** Fatal Error: Not a good slice. The lower bound (4) is not
- smaller than upper bound (3).
- The source lines relevant to this message are the following:
- Line 16 columns 15, 20 in BAD_INSPECT10 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect10.e):
- when 4 .. 3 then -- Bad slice.
- ^ ^
- ------