mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 00:19:10 +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);
|
PushNode(nBlock);
|
||||||
|
|
||||||
// [DeclSection]
|
// [DeclSection]
|
||||||
if lt in (Declarations + ProcedureWords) then
|
if lt in ([ttGeneric] + Declarations + ProcedureWords) then
|
||||||
RecogniseDeclSections;
|
RecogniseDeclSections;
|
||||||
|
|
||||||
lc := fcTokenList.FirstSolidToken;
|
lc := fcTokenList.FirstSolidToken;
|
||||||
|
Loading…
Reference in New Issue
Block a user