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


<masak> rakudo: class A { has $!to; method x { loop { (:$!to); } } }
<p6eval> rakudo 8dc189: The opcode 'getattribute_p_ic_sc'
(getattribute<3>) was not found. Check the type and number of the
arguments [...]
* masak submits horrible rakudobug

The name '$!to' is not significant. Removing the 'loop {}' causes the
problem to go away.

Reply via email to