codetools: clean up

git-svn-id: trunk@29419 -
This commit is contained in:
mattias 2011-02-07 22:55:58 +00:00
parent 602515e7d2
commit f9f4eec6ea

View File

@ -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;