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
apparently the tests I wrote for the class method inheritance (using super) are not sufficient.
Here is an example where the instance methods work correctly but the class methods do not:
concerning #10 (comment):
The original problem occurred without the instance methods with the same name (they were just added to show that everything works find with instance methods).
So I assume it has nothing to do with the method names.
concerning #10 (comment):
The output of the 1st call is (as expected):
Hi,
apparently the tests I wrote for the class method inheritance (using
super
) are not sufficient.Here is an example where the instance methods work correctly but the class methods do not:
The text was updated successfully, but these errors were encountered: