View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036584 | FPC | Compiler | public | 2020-01-15 06:44 | 2020-09-05 03:46 |
Reporter | Ryan Joseph | Assigned To | Florian | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.3.1 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0036584: Generic constraints should not be allowed in definitions (Delphi mode) | ||||
Description | The test program should produce an error but currently does not. | ||||
Steps To Reproduce | {$mode delphi} program test; type TFooA = class end; type TFooB = class end; type TList<T: TFooA> = class procedure Foo; end; procedure TList<T: TFooB>.Foo; begin end; begin end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 44174 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-15 06:44 | Ryan Joseph | New Issue | |
2020-02-14 22:01 | Florian | Assigned To | => Florian |
2020-02-14 22:01 | Florian | Status | new => resolved |
2020-02-14 22:01 | Florian | Resolution | open => fixed |
2020-02-14 22:01 | Florian | Fixed in Version | => 3.3.1 |
2020-02-14 22:01 | Florian | Fixed in Revision | => 44174 |
2020-02-14 22:01 | Florian | FPCTarget | => - |
2020-02-14 22:01 | Florian | Note Added: 0121100 | |
2020-09-05 03:46 | Ryan Joseph | Status | resolved => closed |