[Issue 14789] Runtime test reflection is broken

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jul 9 01:20:04 PDT 2015


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

--- Comment #2 from Dicebot <public at dicebot.lv> ---
Ah, I see, this happens because m.unitTest is actually a delegate getter and is
not called here at all, it must be m.unitTest()() >_<

I hate optional parens so much.

--


More information about the Digitalmars-d-bugs mailing list