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))
AS3:
pre 2.6.2 compiler which is correct:
2.6.2 wrong output: