Harbs created FLEX-35140: ---------------------------- Summary: uncaught exception on missing parens Key: FLEX-35140 URL: https://issues.apache.org/jira/browse/FLEX-35140 Project: Apache Flex Issue Type: Bug Components: Falcon Affects Versions: Apache FalconJX 0.7.0 Reporter: Harbs
The following code generates (correctly) generates an error (because it's missing the parenthesis in the function definition): public function parseCard8:int { return this.parseByte(); } When running compc from the command line (using ant) I get the following error: Syntax error: Expected PAREN_OPEN but got ':' When building in Flash Builder, I get the following (unhelpful) error: java.lang.ClassCastException: org.apache.flex.compiler.parsing.IASToken$ASTokenKind cannot be cast to java.lang.String I'm assuming PAREN_OPEN needs to be converted to a string: "(". -- This message was sent by Atlassian JIRA (v6.3.4#6332)