Ticket #152 (closed defect: fixed)
conflict star assign and parameter default
| Reported by: | mb0 | Owned by: | mb0 |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | AXDT 0.0.6 |
| Keywords: | Cc: | ianp@… |
Description
function test(data:*=null):void {}
^ this is lexed as a compound assignment
}}
{{{
function test(data:* = null):void {}
^ it works with spaces ...
}}
}}}
Change History
Note: See
TracTickets for help on using
tickets.
