Hello,

Please try the test below:

[code]
uses
  Forms, fgl;

type
  TForm1 = class(TForm)
  end;

  { TTest }

  TTest = class(specialize TFPGList<TObject>)
  public
    property Test: strin| << try Identifier Completation here [Ctrl+Space]
...
  end;
[/code]

It will see an:

"unit1.pas(16,17) Error: identifier not found: specialize"

In Lazarus 1.2.4 it works fine.

Thank you!

-- 
Silvio Clécio
My public projects - github.com/silvioprog
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to