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 5cad6f5 commit fe2ce36Copy full SHA for fe2ce36
doc/Type/Method.pod6
@@ -44,8 +44,7 @@ is actually equivalent to
44
45
method x(*%_) {}
46
47
-Extra arguments will be forwarded by
48
-L<nextsame|/language/functions#index-entry-nextsame-nextsame> and friends.
+Extra arguments will be forwarded by L«C<nextsame> and friends|/language/functions#Re-dispatching».
49
50
class A {
51
multi method m(:$a, :$b) { say "2 named" }
0 commit comments