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 ee13efb commit d2f833dCopy full SHA for d2f833d
docs/codeql/ql-language-reference/types.rst
@@ -407,7 +407,7 @@ results in a compile time error. Note from the example that it is still possible
407
methods from instanceof supertypes from within the specialising class with the `super` keyword.
408
409
Crucially, the base class methods are not just hidden. The extension relationship is severed.
410
-This has deep implications on method resolution when complex class hierarchies are involved.
+This has implications on method resolution when complex class hierarchies are involved.
411
The following example demonstrates this.
412
413
.. code-block:: ql
0 commit comments