Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dotnet] Fix in JnthnNQP - suspect nqp-rx has similar issue but it ge…
…ts hidden somehow - in check for |%foo things.
  • Loading branch information
jnthn committed Nov 21, 2010
1 parent f3c12fd commit 63f91ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/compiler/Actions.pm
Expand Up @@ -970,7 +970,7 @@ method arglist($/) {
if $past[$i].name eq '&prefix:<|>' {
$past[$i] := $past[$i][0];
$past[$i].flat(1);
if $past[$i].isa(PAST::Val)
if $past[$i].isa(PAST::Var)
&& pir::substr($past[$i].name, 0, 1) eq '%' {
$past[$i].named(1);
}
Expand Down

0 comments on commit 63f91ae

Please sign in to comment.