Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
A simple pir:: => nqp:: in the MOP.
  • Loading branch information
jnthn committed Apr 9, 2013
1 parent 8051900 commit 003d5cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Perl6/Metamodel/ContainerDescriptor.pm
Expand Up @@ -23,6 +23,7 @@ class Perl6::Metamodel::ContainerDescriptor {
method instantiate_generic($type_environment) {
my $ins_of := $!of.HOW.instantiate_generic($!of, $type_environment);
my $ins := nqp::clone(self);
pir::setattribute__0PPsP($ins, $?CLASS, '$!of', $ins_of)
nqp::bindattr($ins, $?CLASS, '$!of', $ins_of);
$ins
}
}

0 comments on commit 003d5cf

Please sign in to comment.