On 9/28/16, 8:37 AM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>For core classes like Number, Array, Boolean, etc. what looks like a cast >is actually a function call. There's a global function named Array, and >calling that takes precedence over casting. > >Personally, I think we should avoid breaking changes like this. Me too, especially since, on the SWF side, the runtime is handling this. As annoying as it is, we have to maintain backward compatibility. -Alex