Skip to content

Commit

Permalink
Account for simpler COERCE calling on new-disp
Browse files Browse the repository at this point in the history
There's one less level of CLIENT needed now; the test remarks that
changes of this nature may be needed, and it is so.
  • Loading branch information
jnthn committed Sep 1, 2021
1 parent bdd1fae commit c7080e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-rakudo/18-pseudostash.t
Expand Up @@ -14,7 +14,7 @@ plan 3;
~ q:to/TEST-CODE/,
my class C {
method COERCE(Int $v) {
print CALLER::CLIENT::CLIENT::MY::<$foo>;
print CALLER::CLIENT::MY::<$foo>;
C.new;
}
};
Expand Down

0 comments on commit c7080e6

Please sign in to comment.