Invoke a super method on an instance that is not t...
# announcements
k
Invoke a super method on an instance that is not this The Java compiler only allows to invoke a super (or interface default) method on instances of this. In byte code, it is however also possible to invoke the super method on an instance of the same type similar to the following: