# New Ticket Created by "Jimmy Zhuo"
# Please include the string: [perl #105872]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=105872 >
JimmyZ> nom: if 42 -> *@_ { say @_.perl }
p6eval> nom 1f9310: OUTPUT«Array.new()
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #105848]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=105848 >
[18:05] nom: grammar A { token list { a } };
A.parse('a', :rule )
[18:05]