Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, a26660d made us accidentally miss some real conflicts. Fix that.
  • Loading branch information
jnthn committed Sep 21, 2011
1 parent b0b9b78 commit 1dd4914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Perl6/Metamodel/BOOTSTRAP.pm
Expand Up @@ -431,8 +431,8 @@ Code.HOW.add_method(Code, 'dispatcher', sub ($self) {
Code, '$!dispatcher')
});
Code.HOW.add_method(Code, 'id', sub ($self) {
pir::getattribute__PPPs(pir::perl6_decontainerize__PP($self),
Code, '$!do').start_offs()
nqp::where(pir::getattribute__PPPs(pir::perl6_decontainerize__PP($self),
Code, '$!do'))
});
pir::perl6_set_type_code__vP(Code);

Expand Down

0 comments on commit 1dd4914

Please sign in to comment.