Replies: 2 comments
-
Specify the number of parameters: method("...", 5) to select the method you want. This happens when a subclass instance invokes a superclass method. You are intercepting the superclass method, however the caller instance ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
I got it, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The main point is that the subclass has a different number of parameters than the parent class
Code snippet:
Log output:
Beta Was this translation helpful? Give feedback.
All reactions