/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

  1. ****** Fatal Error: Not a good slice. The lower bound (4) is not
  2. smaller than upper bound (3).
  3. The source lines relevant to this message are the following:
  4. Line 16 columns 15, 20 in BAD_INSPECT10 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect10.e):
  5. when 4 .. 3 then -- Bad slice.
  6. ^ ^
  7. ------