On Sun, Jan 6, 2013 at 11:24 PM, deadalnix <deadalnix@gmail.com> wrote:
On Saturday, 5 January 2013 at 22:14:47 UTC, Walter Bright wrote:
On 1/5/2013 2:06 PM, Philippe Sigaud wrote:
But why is @(MyType) accepted, whereas @(int) is not?

Because it's looking for an expression inside the parents, and int is not an expression.

And mytype is an expression ?????

Same thought here.