View unanswered posts | View active topics


Reply to topic  [ 1 post ] 
Code generator bug when overiding some methods 
Author Message
Member

Joined: Sat Oct 17, 2009 12:41 am
Posts: 21
Post Code generator bug when overiding some methods
Actual results:
Code:
import flash.utils.flash_proxy;
import flash.utils.Proxy;

public dynamic class Test extends Proxy
{
 // try override getProperty method
 //override flash_proxy function getProperty(name:any):*

}


I will unable to compile this code because there is no "any" keyword;

Any means *;

Expected results

Code:
override flash_proxy function getProperty(name:*):*  {}


FD version: 4.0.4


Tue Jun 26, 2012 9:48 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 1 post ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.