We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4c66 commit 33a8ea0Copy full SHA for 33a8ea0
src/NQP/Actions.pm
@@ -493,7 +493,7 @@ class NQP::Actions is HLL::Actions {
493
}
494
$past := QAST::Var.new(
495
:name($name), :scope('attribute'),
496
- QAST::VM.new( :pirop('nqp_decontainerize PP'),
+ QAST::Op.new( :op('decont'),
497
QAST::Var.new( :name('self'), :scope('lexical') ) ),
498
$ch
499
);
@@ -1233,7 +1233,7 @@ class NQP::Actions is HLL::Actions {
1233
## Terms
1234
1235
method term:sym<self>($/) {
1236
- make QAST::VM.new( :pirop('nqp_decontainerize PP'),
+ make QAST::Op.new( :op('decont'),
1237
QAST::Var.new( :name('self'), :scope('lexical') ) );
1238
1239
0 commit comments