View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021809 | FPC | Compiler | public | 2012-04-20 04:38 | 2012-04-20 04:38 |
Reporter | Alexander S. Klenin | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0021809: Class helper property can not use accessor from extended class | ||||
Description | The following code does not compile: type TC = class public function G: Integer; end; TH = class helper for TC public property P: Integer read G; end; | ||||
Additional Information | There is, of course, a workaround for adding the same function to the helper, but it is awkward to do. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-20 04:38 | Alexander S. Klenin | New Issue | |
2012-04-20 04:38 | Alexander S. Klenin | File Added: helper_class_accessor.pp |