Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a thinko.
  • Loading branch information
jnthn committed Jul 21, 2013
1 parent 763cfe4 commit da24001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/CurriedRoleHOW.nqp
Expand Up @@ -109,7 +109,7 @@ class Perl6::Metamodel::CurriedRoleHOW
@cands.push($checkee);
}
}
if nqp::can($checkee, 'role_typecheck_list') {
if nqp::can($checkee.HOW, 'role_typecheck_list') {
for $checkee.HOW.role_typecheck_list($checkee) {
if nqp::istype($_.HOW, self.WHAT) && !$_.HOW.archetypes.generic {
if nqp::decont($_.HOW.curried_role($_)) =:= $crdc {
Expand Down

0 comments on commit da24001

Please sign in to comment.