Closed ghost closed 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 :-)
Hi,
The grammar does not understand expressions where two generics are nested. For example, consider following code:
A pull request with my version of the fix will follow shortly :-)