Closed GoogleCodeExporter closed 9 years ago
Seems to only be like this when you want the Pointer before the actual record.
This works:
type
TTest = record
end;
PTest = ^TTest;
tho PTest before TTest doesn't
Original comment by dgby...@aol.com
on 25 Jun 2011 at 11:37
This issue was closed by revision r106.
Original comment by niels....@gmail.com
on 26 Jun 2011 at 8:56
Thank you very much for reporting. This was indeed an issue with pointer type
forwarding, but it should be fixed now :)
Original comment by niels....@gmail.com
on 26 Jun 2011 at 8:57
Original issue reported on code.google.com by
dgby...@aol.com
on 25 Jun 2011 at 11:35