var my_list = [1, 2, 3]; print(my_list[-2]); # expect runtime error: Can not index into list with negative or too large numbers, got `-2`.