[Issue 13293] `typeof()` gets printed as `T()`

2015-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #1 from Marc Schütz --- With latest DMD from Git, this now prints "pure nothrow @nogc @safe Result()", which is still wrong. --

[Issue 13293] `typeof()` gets printed as `T()`

2014-08-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 13293] `typeof()` gets printed as `T()`

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Comment #2

[Issue 13293] `typeof()` gets printed as `T()`

2021-12-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 --- Comment #3 from hst...@quickfur.ath.cx --- I'd expect something like `Result function()` or something along those lines, rather than `Result()` which looks like a ctor invocation. --

[Issue 13293] `typeof()` gets printed as `T()`

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13293 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --