Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Some type names produce code that cannot be compiled:
typedef binary Bytes
For delphi, the following code is generated, referencing TBytes predefined type used to represent binary Thrift fields:
type TBytes = TBytes
which is illegal.