Skip to content
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

Improve JS to Java method call resolution #10

Open
mattco98 opened this issue Mar 6, 2020 · 0 comments
Open

Improve JS to Java method call resolution #10

mattco98 opened this issue Mar 6, 2020 · 0 comments

Comments

@mattco98
Copy link
Member

mattco98 commented Mar 6, 2020

For example, calling a vararg function does not work in certain situations.

Also, we should look into filling remaining arguments with null if the method call is unambiguous (for example, if there is a method that takes three args and has no overloads, and we pass two, the third should just be null).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant