[Issue 20488] AA.length in multiple modules causes opDispatch failure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 9 07:39:12 UTC 2020


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

FeepingCreature <default_357-line at yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line at yahoo.de

--- Comment #3 from FeepingCreature <default_357-line at yahoo.de> ---
Further reduction:

struct Bar {
    void opDispatch(string s, Args...) (Args args) {
    }
    void fun() {
        (bool[int]).init.length;
        this.f((int[int]).init.length);
    }
}

Looking into it.

--


More information about the Digitalmars-d-bugs mailing list