# New Ticket Created by  Brent Laabs 
# Please include the string:  [perl #117425]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117425 >


labster: r: say ().item.perl
p6eval: rakudo 2441b0, niecza v24-35-g5c06e28: OUTPUT«$()␤»
labster: r: $()
p6eval: rakudo ba5e04: OUTPUT«No such method 'ast' for invocant of type
'Any'␤  in block  at /tmp/g2AQcfWj33:1␤␤»

Because $() is a special variable, it's not a good representation of
().item.  $( ) works, though.

Reply via email to