[fpc-pascal] Again: Use of abstract classes
silvioprog
silvioprog at gmail.com
Thu Oct 2 17:35:32 CEST 2014
Hello,
Someone could inform me if there is an entry in bugtracker with references
to this topic?
http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg31061.html
Here in FPC 2.6.4 this code compile well, without erros, warnings etc.:
TTest = class abstract(TObject)
end;
...
var
T: TTest;
begin
T := TTest.Create;
This was fixed in trunk?
Thank you!
--
Silvio Clécio
My public projects - github.com/silvioprog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20141002/8b88a898/attachment.html>
More information about the fpc-pascal
mailing list