# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125482]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125482 >
Suggested by yary.
<masak> m: sub foo($a;; $b) { say "OH HAI" }; foo(1, 2); say &foo.signature
<camelia> rakudo-moar 553f0e: OUTPUT«OH HAI(Any $a, Any $b)»
<masak> arguably, that should say `(Any $a;; Any $b)`, because the
difference affects the behavior of the signature.
* masak submits rakudobug