View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038083 | FPC | Compiler | public | 2020-11-15 12:35 | 2020-11-15 17:54 |
Reporter | OkobaPatino | Assigned To | Sven Barth | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.3.1 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0038083: Overloading a generic method with the same name | ||||
Description | This code does not compile with FPC Trunk with this message: project1.lpr(12,19) Fatal: Syntax error, ")" expected but "," found program Project1; {$MODE Delphi} procedure Test<T>(A: T; B: Boolean); overload; begin end; procedure Test(A: String); overload; begin Test<String>(A, True); end; begin end. | ||||
Tags | generics | ||||
Fixed in Revision | 47424 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-15 12:35 | OkobaPatino | New Issue | |
2020-11-15 12:41 | Sven Barth | Tag Attached: generics | |
2020-11-15 17:27 | Sven Barth | Assigned To | => Sven Barth |
2020-11-15 17:27 | Sven Barth | Status | new => resolved |
2020-11-15 17:27 | Sven Barth | Resolution | open => fixed |
2020-11-15 17:27 | Sven Barth | Fixed in Version | => 3.3.1 |
2020-11-15 17:27 | Sven Barth | Fixed in Revision | => 47424 |
2020-11-15 17:27 | Sven Barth | FPCTarget | => - |
2020-11-15 17:27 | Sven Barth | Note Added: 0126964 | |
2020-11-15 17:54 | OkobaPatino | Status | resolved => closed |
2020-11-15 17:54 | OkobaPatino | Note Added: 0126966 |