Skip to content

Commit

Permalink
attach adverbs to variables too
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Nov 5, 2015
1 parent c5b3538 commit c880f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1996,7 +1996,7 @@ Compilation unit '$file' contained the following violations:
$indirect := 1;
}
else {
$past := make_variable($/, $longname.variable_components(
$past := make_variable($/, $longname.attach_adverbs.variable_components(
~$<sigil>, $<twigil> ?? ~$<twigil> !! ''));
}
}
Expand Down

0 comments on commit c880f16

Please sign in to comment.