Skip to content

Commit

Permalink
Fix method name thinko.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 16, 2012
1 parent 3b71c87 commit 5d659ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.pm
Expand Up @@ -1660,7 +1660,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
my $twigil := $<variable><twigil>[0];
my $name := ~$sigil ~ ~$twigil ~ ~$<variable><desigilname>;
if $<variable><desigilname> && $*W.cur_lexpad().symbol($name) {
$/.CURSOR.worry_typed('X::Redeclaration', symbol => $name);
$/.CURSOR.typed_worry('X::Redeclaration', symbol => $name);
}
make declare_variable($/, $past, ~$sigil, ~$twigil, ~$<variable><desigilname>, $<trait>, $<semilist>);
}
Expand Down

0 comments on commit 5d659ff

Please sign in to comment.