The attached file does not compile in my trunk-version compiler.
On January 16, 2012, Sven Barth wrote:
> On 15.01.2012 16:55, J.-c. Chu wrote:
>> class abstract?
>>
>> On January 15, 2012, Marco van de Voort wrote:
>>> Which ones aren't?
>>
>
> Implemented since 2.4.2 or 2.4.4 AFAIK.
>
> Regards,
> Sven
> _______________________________________________
> fpc-pascal maillist - [email protected]
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
--
Best Regards,
J.-c. Chu
{$MODE delphi}
type
TTestClass = class abstract
procedure TestMethod;
end;
begin
end.
_______________________________________________
fpc-pascal maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal