https://issues.dlang.org/show_bug.cgi?id=17641
--- Comment #3 from [email protected] --- (In reply to andronkin from comment #2) > Thank you, I did not know about this feature. > > > void delegate(uint) > > Yeah, that looks wrong > Why is it wrong? This is the correct delegate type definition: > > void delegate(uint) f = delegate void(uint a) { ... }; "void delegate()" looks wrong. I was agreeing with you. --
