-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function overload error: Function error filtering in Receiver Type #964
Comments
When I tried to fix it, cause exception You encountered a bug in the interpreter: java.lang.Error: wrong number of parameters when calling func B_func(B546_1, 1) Stack trace:
Caused by: java.lang.Error: wrong number of parameters when calling func B_func(B546_1, 1) |
when a class extends another class and this class own a function as the same name as super class , this class will lose other same name function of super class.
Originally posted by @supemeko in #863 (comment)
The text was updated successfully, but these errors were encountered: