[Issue 14109] [REG2.066.1] no property 'z' for type 'Proxy!(true, a, null)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Feb 3 01:49:57 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14109
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |rejects-valid
Hardware|x86 |All
Summary|no property 'z' for type |[REG2.066.1] no property
|'Proxy!(true, a, null) |'z' for type 'Proxy!(true,
| |a, null)
OS|Mac OS X |All
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
Reduced test case:
string addParameter()() { return ""; }
struct Proxy(string parameters) {}
alias P = Proxy!(addParameter!());
// works with 2.066, but doesn't work with 2.066.1
Introduced in: https://github.com/D-Programming-Language/dmd/pull/3897
--
More information about the Digitalmars-d-bugs
mailing list