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

Basile-z <[email protected]> changed:

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

--- Comment #2 from Basile-z <[email protected]> ---
Works with parens:

    assert(f.empty());

Because the compiler can figure out that empty() is a member func, beforehand.
And @property can be dropped from the test case.

--

Reply via email to