Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.winners should not exist in rakudo-p
  • Loading branch information
lizmat committed Apr 5, 2014
1 parent 39a18e2 commit 2be444c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/List.pm
Expand Up @@ -371,6 +371,7 @@ my class List does Positional { # declared in BOOTSTRAP
self[$index];
}

#?if !parrot
method winners (&block?) {
my @awaitables = self.list;
my @indexes = ^+@awaitables;
Expand All @@ -390,6 +391,7 @@ my class List does Positional { # declared in BOOTSTRAP
}
}, *;
}
#?endif

multi method ACCEPTS(List:D: $topic) {
my $sseq = self;
Expand Down

0 comments on commit 2be444c

Please sign in to comment.