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

RazvanN <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from RazvanN <[email protected]> ---
It looks like an UFCS problem. Using `member!"x"(p)` instead of `p.member!"x"`
yields the correct error message.

--

Reply via email to