# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #125571]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125571 >
<masak> m: my Int @a = 1, 2, 3; @a.push("4"); say @a
<camelia> rakudo-moar 389998: OUTPUT«Type check failed in assignment
to '@a'; expected 'Int' but got 'Str' [...]
<masak> m: my Int @a = 1, 2, 4; @a.splice(2, 0, "3"); say @a
<camelia> rakudo-moar 389998: OUTPUT«1 2 3 4»
* masak submits rakudobug
<masak> *grin*
<lizmat> grrrr