diff --git a/src/classes/Array.pir b/src/classes/Array.pir index 027ab2c1401..00cadb9a895 100644 --- a/src/classes/Array.pir +++ b/src/classes/Array.pir @@ -175,7 +175,7 @@ Add C to the end of the Array. it_loop_end: $I0 = elements self splice self, args, $I0, 0 - .tailcall self.'elems'() + .return (self) type_error: 'die'('Type check failure in push') .end