# New Ticket Created by  Pawel Pabian 
# Please include the string:  [perl #130790]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=130790 >


When index of shaped array is out of range it gives misleading error message 
instead of expected "Index 1 for dimension 1 out of range (must be ...)".

$ perl6 -e 'my int @t[1]; @t = 1,2'
This type (List) does not support positional operations

This happens only for "low-level" types like int, "high-level" types like Int 
works as expected.

Rakudo 2017.01 on MoarVM.

Reply via email to