fabriciocolombo / sonar-delphi

SonarQube Delphi Plugin
91 stars 46 forks source link

Grammar: expression with nested generics is not parsed #25

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

The grammar does not understand expressions where two generics are nested. For example, consider following code:

aObj := TList<TList<Integer>>.Create;

A pull request with my version of the fix will follow shortly :-)