# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60358] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60358 >
<masak> rakudo: grammar A { token foo { foo } }; say "foo" ~~ A::foo <p6eval> rakudo 32364: OUTPUT[foo] <masak> rakudo: grammar A::B { token foo { foo } }; say "foo" ~~ A::B::foo <p6eval> rakudo 32364: OUTPUT[0]