In ActionScript, it looks like this doesn't work:
class A
{
public var minHeight:Number = 9;
protected var minHeight2:Number = this.minHeight;
}
Someone who knows ActionScript in more detail can probably explain why the
compilter/runtime can't figure out what "this" should refer to when
initializing class properties.
-Ryan
On Wed, Jul 4, 2012 at 5:53 PM, Justin Mclean <[email protected]>wrote:
> Hi,
>
> > BTW, is this an issue in Adobe Flex 4.6 as well?
> Yep issue with both 4.6 and 4.8 and couldn't find an existing JIRA report
> for it.
>
> Justin