# New Ticket Created by  Ilya Belikin 
# Please include the string:  [perl #64844]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64844 >


Hi there,
Rakudo 0dfcf497, example:

> my $foo = { "Yay" }; say $foo(1);
Yay
> my $foo = { "Yay" }; say $foo(foo => 'bar');
FixedIntegerArray: index out of bounds!

Ilya

Reply via email to