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:
juha 2020-09-11 06:59:25 +00:00
parent 9b23c4ca34
commit 5b2352d8a1

View File

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