https://issues.dlang.org/show_bug.cgi?id=14109

Kenji Hara <[email protected]> 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 <[email protected]> ---
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

--

Reply via email to