We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AS3:
// numChildren is this class if (index >= 0 && index < numChildren)
pre 2.6.2 compiler which is correct:
if (index >= 0 && index < this.get_numChildren())
2.6.2 wrong output:
if (index >= 0 && index < $createStaticDelegate(this, this.get_numChildren))
The text was updated successfully, but these errors were encountered:
nope this had to do with my last change. This stuff seriously has to be refactored, its just going to be dumb things like this that come up.
Sorry, something went wrong.
No branches or pull requests
AS3:
pre 2.6.2 compiler which is correct:
2.6.2 wrong output:
The text was updated successfully, but these errors were encountered: