mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 01:49:25 +02:00
Jedi Code Format: Support generic procedures better. Issue #38041, patch from delfion.
git-svn-id: trunk@64108 -
This commit is contained in:
parent
f38ee04679
commit
e1b80773fc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user