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 c8cc480 commit e0e32d0Copy full SHA for e0e32d0
doc/Language/functions.pod6
@@ -279,6 +279,10 @@ object:
279
Unlike C<sub>, if you use named parameters with multi methods, the parameters must
280
be required parameters to behave as expected.
281
282
+Please note that a non-multi sub or operator will hide multi candidates of the
283
+same name in any parent scope or child scope. The same is true for imported
284
+non-multi candidates.
285
+
286
=head3 X<proto|declarator>
287
288
C<proto> is a way to formally declare commonalities between C<multi>
0 commit comments