View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038110 | Lazarus | IDE | public | 2020-11-21 09:12 | 2020-11-22 07:28 |
Reporter | OkobaPatino | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.1 (SVN) | ||||
Summary | 0038110: JCF fails generic method after type in mode objfpc | ||||
Description | JCF will fail for this because of type keyword. If you remove that, it will work fine. program Project1; {$MODE objfpc} type TTest = record end; generic function TestFunc<T>(const A: T): integer; begin end; begin end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r64153 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
related to | 0038109 | closed | Juha Manninen | JCF fails generic method in a unit and in objfpc mode: |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-21 09:12 | OkobaPatino | New Issue | |
2020-11-21 09:12 | OkobaPatino | Issue generated from: 0038109 | |
2020-11-21 09:12 | OkobaPatino | Relationship added | related to 0038109 |
2020-11-21 18:00 | Juha Manninen | Assigned To | => Juha Manninen |
2020-11-21 18:00 | Juha Manninen | Status | new => assigned |
2020-11-21 18:22 | Juha Manninen | Status | assigned => resolved |
2020-11-21 18:22 | Juha Manninen | Resolution | open => fixed |
2020-11-21 18:22 | Juha Manninen | Fixed in Revision | => r64153 |
2020-11-21 18:22 | Juha Manninen | LazTarget | => - |
2020-11-21 18:22 | Juha Manninen | Note Added: 0127086 | |
2020-11-22 07:28 | OkobaPatino | Status | resolved => closed |
2020-11-22 07:28 | OkobaPatino | Note Added: 0127089 |