# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65498] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65498 >
<masak> rakudo: sub a { "outer" }; { my sub a { "inner" }; say a }; say a <p6eval> rakudo dc680c: OUTPUT«outerouter» <jnthn> fail :-( <jnthn> .oO( thanks Parrot... )