sonar-delphi icon indicating copy to clipboard operation
sonar-delphi copied to clipboard

Accept PACKAGE keyword as identifier

Open fabriciocolombo opened this issue 9 years ago • 0 comments

The following code causes a parser error because PACKAGE is treated as a keyword.

unit PackageAsIdentifier;

interface

implementation

var
  Package: Boolean;

end.

fabriciocolombo avatar Jan 16 '16 18:01 fabriciocolombo