mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 10:56:35 +02:00
jcf2: Support "specialize" keyword. Issue #31348, patch from delfion.
git-svn-id: trunk@55765 -
This commit is contained in:
parent
828eced700
commit
a41f345980
@ -335,6 +335,9 @@ begin
|
||||
while lbMore do
|
||||
begin
|
||||
|
||||
if fcTokenList.FirstSolidTokenType = ttSpecialize then
|
||||
Recognise(ttSpecialize);
|
||||
|
||||
RecogniseDottedName;
|
||||
if fcTokenList.FirstSolidTokenType = ttLessThan then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user