The class browser fails to parse nested type declarations correctly. E.g.
type
TClassOne = class
public
FBlub: string;
public
type
TClassTwo = class
public
FBla: string;
end;
end;
The class browser shows both, FBlub and FBla as members of TClassOne. It also does not show the TClassTwo type at all.
fixed in revision #5182