@property (again)

Jacob Carlborg doob at me.com
Fri Nov 22 02:14:53 PST 2013


On 2013-11-22 08:01, deadalnix wrote:

> It removes all ambiguities.
>
> Optional parentheses are still an option when they aren't ambiguous.
>
> void foo() {}
>
> foo; // Can still call foo if we want to.

int bar ();
typeof(bar);

What will the typeof resolve to, "int" or "int function ()"?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list