Well the compiler does not barf on a constructor body without super() call, but I guess it spits out (still better than barfing!) the implicit super call in the byte code. So we just have to keep that in mind when taking the direct AS-AST->JS approach.
On Sat, Dec 8, 2012 at 1:08 AM, Michael Schmalle <apa...@teotigraphix.com>wrote: > The code should already be setup correct because the compiler would have > barfed and not created the SWF that holds the ABC. > > Mike > >