-
Notifications
You must be signed in to change notification settings - Fork 14
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
Can not call overloaded array methods #74
Comments
Same error occurs in Graal.js:
Still investigating ... |
I'm not sure that can be compared. JavaScript doesn't really have arrays let alone byte arrays. So I can understand that no method can be selected. Squeak on the other hand has |
Javascript does support typed arrays (e.g. |
I've opened oracle/graal#1759. |
Maybe this could be helpful:
See 21.0.0 release notes. |
java.util.Arrays#oString
is overloaded for every array type, I would like to calljava.util.Arrays#oString(byte[])
but this fails withreproducer
That is with 1.0.0-rc2, I did not check with 1.0.0-rc3
The text was updated successfully, but these errors were encountered: