[haXe] AS3 problem

Nicolas Cannasse ncannasse at motion-twin.com
Mon Jul 2 09:28:15 CEST 2007


> Wonder if anyone has seen this?
> 
>  
> 
> I have a row with AS3 code generated from haXe which looks like this:
> 
> { var $it : * = propagatingEquations.iterator();
> 
>  
> 
> This failes when running with the message:
> 
> TypeError: Error #1006: iterator is not a function.

Could you make sure that "propagatingEquations" is correctly typed as 
Array<SomeThing> in haXe ?

Nicolas



More information about the Haxe mailing list