View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035217 | FPC | Compiler | public | 2019-03-13 00:15 | 2021-01-08 15:19 |
Reporter | Mattias Gaertner | Assigned To | Florian | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.1 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0035217: Internal error 200511173 | ||||
Description | Delphi forbids generic parameters on constructors with error message Type parameters not allowed on this method FPC gives Error: Internal error 200511173 | ||||
Steps To Reproduce | type TEagle = class constructor Create<Y>(); end; constructor TEagle.Create<Y>(); begin end; begin end. | ||||
Tags | generics | ||||
Fixed in Revision | 48113 | ||||
FPCOldBugId | 0 | ||||
FPCTarget | - | ||||
Attached Files |
|
|
Confirmed on arm linux too. It should throw a real error instead of an internal error. But it should throw an error |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-13 00:15 | Mattias Gaertner | New Issue | |
2019-03-13 01:38 | Cyrax | Tag Attached: generics | |
2019-03-13 15:26 | Thaddy de Koning | Note Added: 0114817 | |
2019-03-13 15:26 | Thaddy de Koning | Note Edited: 0114817 | View Revisions |
2021-01-08 15:19 | Florian | Assigned To | => Florian |
2021-01-08 15:19 | Florian | Status | new => resolved |
2021-01-08 15:19 | Florian | Resolution | open => fixed |
2021-01-08 15:19 | Florian | Fixed in Revision | => 48113 |
2021-01-08 15:19 | Florian | FPCTarget | => - |
2021-01-08 15:19 | Florian | Fixed in Version | => 3.3.1 |