# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69516] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69516 >
<masak> rakudo: sub foo( :f($foo) ) {}; say &foo.signature.perl <p6eval> rakudo ffe648: OUTPUT«:(Any :$foo?)» <jnthn> masak: that looks wrong. <masak> I thought so, too. * masak submits rakudobug <jnthn> masak: But actuallly we cheat rather than do that stuff right. <jnthn> If you attempt :foo(:bar(:$baz)) you are also going to find it does not yet work.