[
https://issues.apache.org/jira/browse/FLEX-35013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15107750#comment-15107750
]
lizhi edited comment on FLEX-35013 at 1/20/16 12:39 AM:
--------------------------------------------------------
in as 1.323432 should 1
but this not a big bug,
not all type should type check,just number int
was (Author: lizhi):
in as 1.323432 should 1
but this not a big bug,
> flexjs funtion int args
> -----------------------
>
> Key: FLEX-35013
> URL: https://issues.apache.org/jira/browse/FLEX-35013
> Project: Apache Flex
> Issue Type: Bug
> Reporter: lizhi
> Fix For: Apache FlexJS 0.6.0
>
>
> as
> function a(b:int):void{
> }
> js short
> function a(b){
> b=int(b);
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)