Skip to content

Commit

Permalink
Not sure why CREATE was used, shortcut to nqp::create
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 12, 2018
1 parent 65d4876 commit 90495b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -8328,7 +8328,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
QAST::Stmts.new(
QAST::Op.new( :op('bind'),
QAST::Var.new( :name($list_result), :scope('local'), :decl('var') ),
QAST::Op.new( :op('callmethod'), :name('CREATE'),
QAST::Op.new( :op('create'),
QAST::WVal.new( :value($List) )
)
),
Expand Down

0 comments on commit 90495b1

Please sign in to comment.