# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #69424] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69424 >
<masak> rakudo: sub foo(Int *...@a) {}; my Int @b; foo(|@b)
<p6eval> rakudo 0331d6: OUTPUT«Parameter type check failed; expected
Int, but got List for @a in call to foo [...]
* masak submits rakudobug
Rakudo should not expect Int, but Positional[Int] or some such.
