Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unbust POST.
  • Loading branch information
jnthn committed Sep 23, 2015
1 parent 1acccc2 commit e741fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Perl6/World.nqp
Expand Up @@ -2776,7 +2776,9 @@ class Perl6::World is HLL::World {
}
}
}
$phaser_past[0].unshift(QAST::Var.new( :name('$_'), :scope('lexical'), :decl('var') ));
else {
$phaser_past[0].unshift(QAST::Var.new( :name('$_'), :scope('lexical'), :decl('var') ));
}
nqp::push(
nqp::getattr($block.signature, self.find_symbol(['Signature']), '$!params'),
self.create_parameter($/, hash(
Expand Down

0 comments on commit e741fcd

Please sign in to comment.