Skip to content

[Bug] Static class method cannot be used as callback #720

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

Closed
jtenner opened this issue Jul 19, 2019 · 0 comments
Closed

[Bug] Static class method cannot be used as callback #720

jtenner opened this issue Jul 19, 2019 · 0 comments

Comments

@jtenner
Copy link
Contributor

jtenner commented Jul 19, 2019

ERROR AS218: Cannot access method 'compare' without calling it as it requires 'this' to be set.

     actual.sort(Buffer.compare);
                 ~~~~~~~~~~~~~~
 in tests/buffer.spec.ts(60,16)

Thoughts?

EDIT: Found here: AssemblyScript/node#7

jtenner added a commit to jtenner/assemblyscript that referenced this issue Jul 19, 2019
@dcodeIO dcodeIO closed this as completed Jul 20, 2019
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

2 participants