Skip to content

Commit

Permalink
[js] Enable the signature binder on the js backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed May 19, 2016
1 parent bccb2c8 commit 1ef5a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/BOOTSTRAP.nqp
Expand Up @@ -131,7 +131,7 @@ my class Binder {
my $Positional;
my $PositionalBindFailover;

#?if moar
#?if !jvm
sub arity_fail($params, int $num_params, int $num_pos_args, int $too_many) {
my str $error_prefix := $too_many ?? "Too many" !! "Too few";
my int $count;
Expand Down

0 comments on commit 1ef5a97

Please sign in to comment.