Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
traits are also wanted
  • Loading branch information
TimToady committed Dec 13, 2015
1 parent 398ac59 commit c64a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -4677,7 +4677,7 @@ Compilation unit '$file' contained the following violations:
# evaluate it to get that.
my @trait_arg;
if $<circumfix> {
my $arg := $<circumfix>[0].ast;
my $arg := WANTED($<circumfix>[0].ast);
if nqp::istype($arg, QAST::Want) {
$arg := $arg[0];
}
Expand Down

0 comments on commit c64a401

Please sign in to comment.