Skip to content

Commit 4a3a97d

Browse files
committed
Fix fossil found while porting.
1 parent 386b361 commit 4a3a97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NQP/World.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class NQP::World is HLL::World {
462462
try {
463463
$wrapper[0].push(QAST::Op.new(
464464
:op('bind'),
465-
QAST::Var.new( :name($_.key), :scope('lexical'), :isdecl('var') ),
465+
QAST::Var.new( :name($_.key), :scope('lexical'), :decl('var') ),
466466
QAST::WVal.new( :value(($_.value)<value>) )
467467
));
468468
};

0 commit comments

Comments
 (0)