Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mark private method as not returning anything
  • Loading branch information
lizmat committed Feb 10, 2016
1 parent 0b3beb6 commit 08710a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Array.pm
Expand Up @@ -298,7 +298,7 @@ my class Array { # declared in BOOTSTRAP
arr
}

method !ensure-allocated() {
method !ensure-allocated(--> Nil) {
nqp::bindattr(self, List, '$!reified', nqp::create(IterationBuffer))
unless nqp::getattr(self, List, '$!reified').DEFINITE;
}
Expand Down

0 comments on commit 08710a2

Please sign in to comment.