Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[src/core/Routine.pm] add a clarifying comment
  • Loading branch information
Carl Masak committed Apr 5, 2012
1 parent 8dada65 commit 34ac9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Routine.pm
Expand Up @@ -26,6 +26,7 @@ my class Routine {
$disp := nqp::create(self);
nqp::bindattr($disp, Routine, '$!dispatchees', nqp::list(self));
}
# Call this lexical sub to get rid of 'self' in the signature.
sub checker(|$) {
my Mu $cap := pir::find_lex__Ps('call_sig');
pir::perl6ize_type__PP(pir::perl6_get_matching_multis__PPP($disp, $cap))
Expand Down

0 comments on commit 34ac9bf

Please sign in to comment.