mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 14:37:48 +02:00
codetools: getsmarthing: array of
git-svn-id: trunk@37082 -
This commit is contained in:
parent
b65f87aa5b
commit
e158e14d5b
@ -2271,7 +2271,7 @@ begin
|
||||
Result += ExtractNode(TypeNode, [phpCommentsToSpace]);
|
||||
end;
|
||||
ctnClass, ctnClassInterface, ctnDispinterface,
|
||||
ctnObject, ctnRecordType,
|
||||
ctnObject, ctnRecordType, ctnRangedArrayType, ctnOpenArrayType,
|
||||
ctnObjCClass, ctnObjCCategory, ctnObjCProtocol, ctnCPPClass:
|
||||
begin
|
||||
MoveCursorToNodeStart(TypeNode);
|
||||
|
Loading…
Reference in New Issue
Block a user