[Issue 16468] __traits(compiles, ...) doesn't work for super, always evaluates false

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Sep 5 08:08:44 PDT 2016


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

--- Comment #2 from Sophie <meapineapple at gmail.com> ---
Oh, that second error illuminated the first. I was able to get the pragma to
output the correct flag by rewriting as `pragma(msg, __traits(compiles,
super(x)));` but now I'm just hitting the same error as here
https://issues.dlang.org/show_bug.cgi?id=15428

--


More information about the Digitalmars-d-bugs mailing list