# New Ticket Created by Andy Weidenbaum
# Please include the string: [perl #131197]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=131197 >
To repro:
use v6;
my $root = qw<zero one two>;
my $step = 2;
my $value = 'three';
$root.splice($step, 0, $value);
# Use of uninitialized value of type Any in string context.
# Methods .^name, .perl, .gist, or .say can be used to stringify it to
something meaningful.
# in block <unit> at lta-golf.p6 line 8
# Cannot resolve caller splice(List, Int, Int, Str); none of these
signatures match:
# in block <unit> at lta-golf.p6 line 8
This is creating LTA error messages during exception testing of Crane [1].
[1]: https://github.com/atweiden/crane