jcf2: Support "static" keyword. Issue #32267, patch from delfion.

git-svn-id: trunk@55783 -
This commit is contained in:
juha 2017-09-03 21:47:57 +00:00
parent c92ee9b044
commit 79e14af470

View File

@ -370,7 +370,7 @@ const
ClassDirectives: TTokenTypeSet =
[ttPrivate, ttProtected, ttPublic, ttPublished, ttAutomated, ttStrict];
HintDirectives: TTokenTypeSet = [ttDeprecated, ttLibrary, ttPlatform,
ttExperimental, ttUnimplemented];
ttExperimental, ttUnimplemented, ttStatic];
AllDirectives: TTokenTypeSet =
[ttAbsolute, ttExternal, ttPascal, ttSafecall,