Prerequisites
SonarDelphi version
1.21
Delphi version
13
SonarQube version
No response
Issue description
Grammar cannot parse types delclared inside types.
type TMyOuterClass= class
type TMyInnerClass= class
end;
end;
Steps to reproduce
Try to parse this unit.
unit MyUnit;
interface
type TMyOuterClass= class
type TMyInnerClass= class
end;
end;
implementation
end.
Minimal Delphi code exhibiting the issue
No response
Prerequisites
SonarDelphi version
1.21
Delphi version
13
SonarQube version
No response
Issue description
Grammar cannot parse types delclared inside types.
Steps to reproduce
Try to parse this unit.
Minimal Delphi code exhibiting the issue
No response