Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbreak -p on MoarVM; fixes RT #121719
  • Loading branch information
moritz committed Apr 23, 2014
1 parent ed692e3 commit f724dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -351,7 +351,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
QAST::Stmts.new(
$code,
QAST::Op.new(:name<&say>, :op<call>,
QAST::Var.new(:name<$_>)
QAST::Var.new(:name<$_>, :scope<lexical>)
)
)
)
Expand Down

0 comments on commit f724dd5

Please sign in to comment.