carlosrovira opened a new issue #152:
URL: https://github.com/apache/royale-compiler/issues/152


   Hi,
   
   in the following code:
   
   ```as3
   public static const RENDER_NORMAL_HEIGHT:int = 74
               
   [Bindable("dataChange")]
   public function get product():Product
   {
           return data as Product;
   }
   ```
   
   If I don't add the semicolon after "74" I get the following error:
   
   ` "Call to a possibly undefined method Bindable."
    `


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to