View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038535 | FPC | Documentation | public | 2021-02-23 14:15 | 2021-02-23 14:15 |
Reporter | Kai Burghardt | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Platform | x86_64 | OS | GNU/Linux | ||
Product Version | 3.2.0 | ||||
Summary | 0038535: documentation lacks of information on `sealed` and `abstract` objects | ||||
Description | The compiler can properly recognize `sealed` for `object` types, but the documentation does not say it. The compiler can ignore `abstract` for `object` types, like it is already documented for `class` types. | ||||
Additional Information | https://forum.lazarus.freepascal.org/index.php/topic,53430.0.html | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
|
typeobj.sym.patch (346 bytes)
--- typeobj.sym~ 2021-02-23 13:15:24.151661931 +0000 +++ typeobj.sym 2021-02-23 13:15:24.151661931 +0000 @@ -2,6 +2,7 @@ \begin{mysyntdiag} \begin{stack}\\ \lit*{packed} \end{stack} \lit*{object} +\begin{stack}\\ \lit*{abstract} \\ \lit*{sealed} \end{stack} \begin{stack}\\ heritage \end{stack} \begin{rep}[b] \synt{component\ list} \\ |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-23 14:15 | Kai Burghardt | New Issue | |
2021-02-23 14:15 | Kai Burghardt | Status | new => assigned |
2021-02-23 14:15 | Kai Burghardt | Assigned To | => Michael Van Canneyt |
2021-02-23 14:15 | Kai Burghardt | File Added: typeobj.sym.patch |