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