git-svn-id: trunk@36786 -
@@ -150,6 +150,7 @@ end;
procedure TPasWriter.WriteType(AType: TPasType);
begin
+ PrepareDeclSection('type');
if AType.ClassType = TPasUnresolvedTypeRef then
wrt(AType.Name)
else if AType.ClassType = TPasClassType then