Jedi Code Format: Support generic procedures better. Issue #38041, patch from delfion.

git-svn-id: trunk@64108 -
This commit is contained in:
juha 2020-11-05 15:43:17 +00:00
parent f38ee04679
commit e1b80773fc

View File

@ -889,7 +889,7 @@ begin
PushNode(nBlock);
// [DeclSection]
if lt in (Declarations + ProcedureWords) then
if lt in ([ttGeneric] + Declarations + ProcedureWords) then
RecogniseDeclSections;
lc := fcTokenList.FirstSolidToken;