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

--- Comment #3 from John Colvin <[email protected]> ---
(In reply to John Colvin from comment #2)
> class C()
> {
>     int foo() { }
> }
> 
> C!() c()()
> {
>     return new C!()();
> }
> 
> static assert(!__traits(compiles, c()));

not sure what this was about, maybe I pressed enter too early back then...

The original bug is still there.

--

Reply via email to