deep implications => implications

This commit is contained in:
Philip Ginsbach
2021-09-03 10:13:12 +01:00
parent ee13efbffd
commit d2f833d02c

View File

@@ -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