Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we end up with int, not num, here.
  • Loading branch information
jnthn committed Sep 23, 2015
1 parent be46c2e commit 49fd469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1814,7 +1814,7 @@ Compilation unit '$file' contained the following violations:
make block_closure($ast);
}
method term:sym<unquote>($/) {
make QAST::Unquote.new(:position(+@*UNQUOTE_ASTS));
make QAST::Unquote.new(:position(nqp::elems(@*UNQUOTE_ASTS)));
@*UNQUOTE_ASTS.push($<statementlist>.ast);
}

Expand Down

0 comments on commit 49fd469

Please sign in to comment.