# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #108052] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=108052 >
<masak> ./perl6 -e 'sub MAIN(Int $a) { say $a - 5 }' 7 <masak> 7 <masak> :10($a) is a workaround so far. <masak> ./perl6 -e 'sub MAIN(Int $a) { say :10($a) - 5 }' 7 <masak> 2 <moritz> confirmed. <masak> can anyone confirm? * masak submits rakudobug <moritz> I guess it's the mixing in of the current string form that's bothering the multi dispatcher <masak> I'm sure it is.