/test/language/error_warning_msg/bad_inspect10.msg
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 2smaller than upper bound (3). 3 4The source lines relevant to this message are the following: 5 6Line 16 columns 15, 20 in BAD_INSPECT10 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_inspect10.e): 7 when 4 .. 3 then -- Bad slice. 8 ^ ^ 9------