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


22:53 <@moritz_> rakudo: say (*-3).signature.perl
22:53 <+p6eval> rakudo 0eaf62: OUTPUT«undef␤»
22:54 <@moritz_> rakudo: say (-> $x { $x - 3 }).signature.perl
22:54 <+p6eval> rakudo 0eaf62: OUTPUT«:(Object $x)␤»

I'd expect those two things to have the same signature (don't care about
the name of the param, though)

Reply via email to