https://issues.dlang.org/show_bug.cgi?id=16139
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Adam D. Ruppe <[email protected]> --- I just encountered this while confirming a report on the chat room: ``` template A() { void foo() { } auto bar() { } } static assert(is(typeof(A!().foo) == typeof(A!().bar))); ``` Fails today due to this issue. Bizarre. --
