Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
need to use _i consistently.
jnthn++
  • Loading branch information
coke committed Jun 23, 2015
1 parent 70d7278 commit 49a2021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -1169,7 +1169,7 @@ BEGIN {
nqp::p6bool(1)
}));
Attribute.HOW.add_method(Attribute, 'required', nqp::getstaticcode(sub ($self) {
nqp::getattr(nqp::decont($self),
nqp::getattr_i(nqp::decont($self),
Attribute, '$!required');
}));
Attribute.HOW.add_method(Attribute, 'default_to_rw', nqp::getstaticcode(sub ($self) {
Expand Down

0 comments on commit 49a2021

Please sign in to comment.