mirror of
https://github.com/github/codeql.git
synced 2026-02-11 12:41:06 +01:00
deep implications => implications
This commit is contained in:
@@ -407,7 +407,7 @@ results in a compile time error. Note from the example that it is still possible
|
||||
methods from instanceof supertypes from within the specialising class with the `super` keyword.
|
||||
|
||||
Crucially, the base class methods are not just hidden. The extension relationship is severed.
|
||||
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.
|
||||
The following example demonstrates this.
|
||||
|
||||
.. code-block:: ql
|
||||
|
||||
Reference in New Issue
Block a user