implicit function specialization gives wrong note privat type never used

Implicit function specialization gives wrong note

test1.pas(30,36) Note: Private type "TBird.TEST1.TBird.procdef$00000006" never used

  1. See the strange "TBird.TEST1.TBird."
  2. There should be no note. Calling with explicit Fly < string > does not generate a note.

test1.pas

Edited by Mattias Gaertner