I thought you said it worked. I don't quite understand your test case. I
tried the below and it compiled fine.
package
{
public class VectorObject
{
public function funa(o:Object):void{
}
public function VectorObject():void
{
var vec:Vector.<Number>=Vector.<Number>([]);
funa(vec);
}
}
}
-Alex
On 9/22/16, 7:38 PM, "lizhi" <[email protected]> wrote:
>is it not clear?get a simple.
>
>functoin funa(o:Object):void{
>}
>
>var vec:Vector.<Number>=Vector.<Number>([]);
>funa(vec);
>
>get build error.
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/flexjs0-8-vector-and-
>object-bug-tp55262p55271.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.