Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for Rakudo.
  • Loading branch information
jnthn committed Oct 25, 2012
1 parent 00ff866 commit a011579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-traits/precedence.t
Expand Up @@ -16,7 +16,7 @@ do {
sub prefix:<!> (Int $x) is tighter(&infix:<**>) {
return 3 * $x;
}

#?rakudo todo 'changing precedence of already declared op'
is !1**2, 9, "'is tighter' on prefix works";
}

Expand Down

0 comments on commit a011579

Please sign in to comment.