Skip to content

Commit

Permalink
R:I.ReifiedList returns a PredictiveIterator
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Apr 30, 2020
1 parent 5610416 commit 063bfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Rakudo/Iterator.pm6
Expand Up @@ -2859,7 +2859,7 @@ class Rakudo::Iterator {
# Return an iterator for a List that has been completely reified
# already. Returns an nqp::null for elements that don't exist
# before the end of the reified list.
my class ReifiedListIterator does Iterator {
my class ReifiedListIterator does PredictiveIterator {
has $!reified;
has int $!i;

Expand Down

0 comments on commit 063bfa0

Please sign in to comment.