Skip to content

Commit

Permalink
Fix thinko in selector creation code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 11, 2011
1 parent c0eae8c commit 9d3a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -723,7 +723,7 @@ Perl6::Metamodel::ParametricRoleGroupHOW.set_selector_creator({
pir::perl6_enter_multi_dispatch_from_onlystar_block__P();
};
pir::perl6_associate_sub_code_object__vPP($onlystar, $sel);
nqp::bindattr($sel, Code, '$!dispatchees', $onlystar);
nqp::bindattr($sel, Code, '$!do', $onlystar);
nqp::bindattr($sel, Code, '$!dispatchees', []);
$sel
});
Expand Down

0 comments on commit 9d3a2c8

Please sign in to comment.