You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
In the API, we have class B that extends class A. Class A contains the method m(). In the client code, we have class C with method n(). In n(), we declare a variable of type A and we use B's constructor. Then we invoke method m().
Getting the same problem in the InheritanceIfazeContractSuperinterfaceSetTest, MembersClazzNestedIfazeDeleteTest and membersIfazeNestedIfazeDeleteTest modules.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the API, we have class
B
that extends classA
. ClassA
contains the methodm()
. In the client code, we have classC
with methodn()
. Inn()
, we declare a variable of typeA
and we useB
's constructor. Then we invoke methodm()
.If
B
stops inheriting fromA
we get a compilation and linking error. We should detect these cases.The text was updated successfully, but these errors were encountered: