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


<masak> rakudo: (my Int @a)[2]; say "alive"
<p6eval> rakudo 792e86: OUTPUT«maximum recursion depth exceeded␤  in
'at_pos' at line 1 [...]
<masak> rakudo: (my @a)[2]; say "alive"
<p6eval> rakudo 792e86: OUTPUT«alive␤»
* masak submits rakudobug
<masak> rakudo: my Int @a = 0, 1, 2; say @a[2]
<p6eval> rakudo 792e86: OUTPUT«maximum recursion depth exceeded␤  in
'at_pos' at line 1 [...]
<p6eval> ..1808:CORE.settin…
<masak> son, I am disappoint.

Reply via email to