GH-3060: Support negative index lookups for vectors

This commit is contained in:
Tim Wojtulewicz 2023-05-23 13:48:58 -07:00
parent cdb9c74054
commit 351e68b66a
3 changed files with 15 additions and 1 deletions

View file

@ -80,3 +80,5 @@ hole in vector of managed types, 5, [[a=T], [a=T], , , [a=T]]
hole in vector of managed types after replacing slice, 3, [[a=T], [a=T], ]
left shift (PASS)
right shift (PASS)
negative index (PASS)
negative index (PASS)