# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73460] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73460 >
<moritz_> rakudo: my $x = *; say $x.WHAT <p6eval> rakudo de996e: OUTPUT«Block()» <moritz_> now that's... confusing <masak> nod. <moritz_> rakudo: say *.WHAT <p6eval> rakudo de996e: OUTPUT«Whatever()» <masak> rakudo: say Block ~~ Whatever <p6eval> rakudo de996e: OUTPUT«0» <masak> rakudo: my Whatever $x = *; say $x.WHAT <p6eval> rakudo de996e: OUTPUT«Block()» * masak submits rakudobug
