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 81cdc24 commit 84a13cbCopy full SHA for 84a13cb
src/how/NQPParametricRoleHOW.pm
@@ -148,7 +148,7 @@ knowhow NQPParametricRoleHOW {
148
149
# Copy roles, instantiating them as we go.
150
for @!roles {
151
- my $specialized := $irole.HOW.specialize($irole, $class_arg);
+ my $specialized := $_.HOW.specialize($_, $class_arg);
152
$irole.HOW.add_role($irole, $specialized);
153
}
154
0 commit comments