[Issue 19152] 2.081.1 Regression compiler bug

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 10 00:50:29 UTC 2018


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

--- Comment #2 from Mike Franklin <slavo5150 at yahoo.com> ---
Further reduction to something that will compile successfully when the bug is
fixed.

class TBasicAction
{
    int OnExecute()
    {
        auto name = __traits(getOverloads, this, "OnExecute").stringof;
        return 0;
    }
}

void main() {}

--


More information about the Digitalmars-d-bugs mailing list