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 fe93ddb commit 2a8b216Copy full SHA for 2a8b216
docs/codeql/ql-language-reference/types.rst
@@ -135,8 +135,9 @@ The body of a class can contain:
135
- Any number of :ref:`field <fields>` declarations.
136
137
When you define a class, that class also inherits all non-:ref:`private` member predicates and
138
-fields from its supertypes. You can :ref:`override <overriding-member-predicates>` those
139
-predicates and fields to give them a more specific definition.
+fields from its supertypes.
+You can :ref:`override <overriding-member-predicates>` or :ref:`shadow <final-extensions>` those
140
+predicates and fields (depending on whether they are final) to give them a more specific definition.
141
142
.. _characteristic-predicates:
143
0 commit comments