Skip to content

Commit

Permalink
change $.foo to self.foo
Browse files Browse the repository at this point in the history
  • Loading branch information
FCO committed Nov 26, 2017
1 parent aa3c2c5 commit 80dfb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Supply.pm
Expand Up @@ -671,7 +671,7 @@ my class Supply does Awaitable {

my class ConcQueue is repr('ConcBlockingQueue') { }
multi method list(Supply:D:) {
$.Seq.list
self.Seq.list
}
method Seq(Supply:D:) {
gather {
Expand Down

0 comments on commit 80dfb30

Please sign in to comment.