mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:39:15 +02:00
codetools: clean up
git-svn-id: trunk@29419 -
This commit is contained in:
parent
602515e7d2
commit
f9f4eec6ea
@ -14,7 +14,7 @@ type
|
||||
function DoSomething(Arg: T): T;
|
||||
end;
|
||||
TGenericClass<T1,T2> = class(TInterfacedObject, IGenericInterface<T1>)
|
||||
F: T21;
|
||||
F: T2;
|
||||
type
|
||||
Intf = IGenericInterface<Integer>;
|
||||
function DoSomething(Arg: T1): T2;
|
||||
|
Loading…
Reference in New Issue
Block a user