public class ChartBase extends UIComponent implements IFocusManagerComponent
{
include "../../core/Version.as";
FDT claims "unexpected token ';'" until the trailing ';' is removed, yet the Flex SDK is fine with it.
Description
I.e. in this part of an AS class:
public class ChartBase extends UIComponent implements IFocusManagerComponent
{
include "../../core/Version.as";
FDT claims "unexpected token ';'" until the trailing ';' is removed, yet the Flex SDK is fine with it.