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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to