View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038127 | pas2js | transpiler | public | 2020-11-24 22:01 | 2020-12-31 02:17 |
Reporter | henrique | Assigned To | Mattias Gaertner | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | Pas2Js | OS | Windows | ||
Summary | 0038127: Method overloads in class interface | ||||
Description | When I try to compile the source below, the compiler give me the error "UnitError.pas(10,20) Error: Duplicate published method "Proc1" at UnitError.pas(9,20)". unit UnitError; interface type {$M+} IMyInterface = interface ['{B92717D3-8D13-4059-8927-593D404F724C}'] procedure Proc1; overload; procedure Proc1(Param1: Integer); overload; end; implementation end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-24 22:01 | henrique | New Issue | |
2020-11-28 11:56 | Mattias Gaertner | Assigned To | => Mattias Gaertner |
2020-11-28 11:56 | Mattias Gaertner | Status | new => assigned |
2020-11-28 11:57 | Mattias Gaertner | Note Added: 0127235 | |
2020-11-28 12:44 | Mattias Gaertner | Status | assigned => confirmed |
2020-12-31 02:17 | Mattias Gaertner | Summary | Interface compilation error => Method overloads in class interface |