# New Ticket Created by Paul Cochrane # Please include the string: [perl #48182] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48182 >
In languages/amber/lib/kernel/pmc/amber_array.pmc:last() there is the todo item: /* XXX reject out-of-range values (0, or > count, or < -count) */ So, out of range values need to be detected and properly handled in this method.