In the following snippet the types get formatted inconsistently - too many spaces in the ctor call:
var dict: TDictionary<string, Integer>; begin dict := TDictionary < string, Integer > .Create; end.
fixed in revision #3908
Log in to post a comment.
fixed in revision #3908