Skip to content

Commit

Permalink
Hopefully fix JVM breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Feb 14, 2022
1 parent 59dcca6 commit a71ec34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Array.pm6
Expand Up @@ -513,7 +513,7 @@ my class Array { # declared in BOOTSTRAP
)
)
}
method !AT_POS_CONTAINER(uint $pos) is raw {
method !AT_POS_CONTAINER(int $pos) is raw {
my $desc := $!descriptor;
my $scalar := nqp::create(Scalar);
nqp::bindattr($scalar, Scalar, '$!value', nqp::isnull($desc)
Expand Down

0 comments on commit a71ec34

Please sign in to comment.