Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Type objects also want iterators, ugexe++ for spotting
  • Loading branch information
lizmat committed Nov 10, 2015
1 parent 409cdbb commit 2940709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Any.pm
Expand Up @@ -111,7 +111,7 @@ my class Any { # declared in BOOTSTRAP
multi method roll($n) { self.list.roll($n) }

proto method iterator(|) { * }
multi method iterator(Any:D:) { self.list.iterator }
multi method iterator(Any:) { self.list.iterator }

proto method classify(|) is nodal { * }
multi method classify() {
Expand Down

0 comments on commit 2940709

Please sign in to comment.