mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 16:41:26 +02:00
Jedi Code Format: Support "public" keyword in advanced records. Issue #37731, patch from Domingo Galmés.
git-svn-id: trunk@63880 -
This commit is contained in:
parent
9b23c4ca34
commit
5b2352d8a1
@ -4088,7 +4088,7 @@ begin
|
||||
Public ["name" "'" symname "'"]
|
||||
}
|
||||
result:=false;
|
||||
if TopNode.HasParentNode([nClassBody, nObjectType]) then
|
||||
if TopNode.HasParentNode([nClassBody, nObjectType, nRecordType]) then
|
||||
exit;
|
||||
|
||||
Recognise(ttPublic);
|
||||
|
Loading…
Reference in New Issue
Block a user