You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Chema Balsas (JIRA)" <ji...@apache.org> on 2012/12/20 17:25:12 UTC

[jira] [Comment Edited] (FLEX-33320) Falcon doesn't allow multiline member access

    [ https://issues.apache.org/jira/browse/FLEX-33320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537126#comment-13537126 ] 

Chema Balsas edited comment on FLEX-33320 at 12/20/12 4:23 PM:
---------------------------------------------------------------

I've checked, and this does work.

var bar:String = foo.
                            test
                            .bar;
                
      was (Author: jbalsas):
    I've checked, and this does work.

var bar:String = foo.
   			    test
	                    .bar;
                  
> Falcon doesn't allow multiline member access
> --------------------------------------------
>
>                 Key: FLEX-33320
>                 URL: https://issues.apache.org/jira/browse/FLEX-33320
>             Project: Apache Flex
>          Issue Type: Bug
>            Reporter: Chema Balsas
>              Labels: Falcon
>         Attachments: MultilineArrayAccess.as, MultilineObjectAccess.as
>
>
> Falcon doesn't allow multiline member access.
> Try to compile any of the attached examples. Both are supposed to render a textfield in the screen with the text "A test text" in it.
> Falcon fails to compile both with errors like:
> Internal error: Unable to generate code for 'MetaTags'
> /Users/jbalsas/Documents/dev/apache/flex/falcon/trunk/compiler/tests/MultilineObjectAccess.as:12
> Warning: Metadata was not bound to a definition
> 	        					["bar"];

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira