diff --git a/components/jcf2/Parse/BuildParseTree.pas b/components/jcf2/Parse/BuildParseTree.pas index 65af1ca93c..c46987b102 100644 --- a/components/jcf2/Parse/BuildParseTree.pas +++ b/components/jcf2/Parse/BuildParseTree.pas @@ -335,6 +335,9 @@ begin while lbMore do begin + if fcTokenList.FirstSolidTokenType = ttSpecialize then + Recognise(ttSpecialize); + RecogniseDottedName; if fcTokenList.FirstSolidTokenType = ttLessThan then begin