We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe1ccb commit 2e25615Copy full SHA for 2e25615
src/NQPQ/Actions.pm
@@ -832,7 +832,7 @@ class NQP::Actions is HLL::Actions {
832
unless $past<signature_has_invocant> {
833
$past[0].unshift(PAST::Var.new(
834
:name('self'), :scope('parameter'), :directaccess(1),
835
- :multitype($*W.get_ref_past($*PACKAGE))
+ :multitype($*W.get_ref($*PACKAGE))
836
));
837
}
838
$past.symbol('self', :scope('lexical') );
@@ -977,7 +977,7 @@ class NQP::Actions is HLL::Actions {
977
my $found := 0;
978
try {
979
my $sym := find_sym(@name, $/);
980
- make $*W.get_ref_past($sym);
+ make $*W.get_ref($sym);
981
$found := 1;
982
983
unless $found {
0 commit comments