Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove spurious semicolon from last commit
  • Loading branch information
skids committed Jul 4, 2015
1 parent f713932 commit 9677e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-signature/introspection.t
Expand Up @@ -62,7 +62,7 @@ sub j(*@i) {
sub d(:x(:y(:z($a)))) { }; #OK not used
is ~&d.signature.params.[0].named_names.sort, 'x y z', 'multi named_names';
is ~&d.signature.params.[0].name, '$a', '... and .name still works';
#?rakudo todo 'needs/find RT: Logic to make :a($a) into :$a makes :a(:b($a) into ::b(:$a)';
#?rakudo todo 'needs/find RT: Logic to make :a($a) into :$a makes :a(:b($a) into ::b(:$a)'
is :(:a(:b($a))).perl, :(:b($a)).perl, '... and .perl abbreviates separated name/named_name';
}

Expand Down

0 comments on commit 9677e70

Please sign in to comment.