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 c08a742 commit 54f0c34Copy full SHA for 54f0c34
doc/Language/typesystem.pod6
@@ -188,7 +188,9 @@ X«|method (declarator)»
188
189
The C<method> declarator defines objects of type L<Method|/type/Method> and
190
binds them to the provided name in the scope of a class. Methods in a class are
191
-C<our> scoped by default.
+C<has> scoped by default. Methods that are C<our> scoped are not added to the
192
+method cache by default and as such can not be called with the accessor sigil
193
+C<$.>. Call them with their FQN and the invocant as a first argument.
194
195
=head4 Inheritance and Multis
196
0 commit comments