When compiling with /fox1-, the following results to error XS9231: The 'AS BaseType' clause is mandatory in the FoxPro dialect, unless you compile with /fox1-. But indeed /fox1- is used ``` // /fox1- DEFINE CLASS TestClass ENDDEFINE ```