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
Implement a way to specify that super methods from the included methods should be included as well.
When integrating a method M from a class hierarchy B into a class A, B will be walked upwards until the common super class is found, and then all methods will be included in separate hidden superclasses (refer to: Crazy Anton Solution (TM))
The text was updated successfully, but these errors were encountered:
Implement a way to specify that super methods from the included methods should be included as well.
When integrating a method M from a class hierarchy B into a class A, B will be walked upwards until the common super class is found, and then all methods will be included in separate hidden superclasses (refer to: Crazy Anton Solution (TM))
The text was updated successfully, but these errors were encountered: