[Issue 3745] Linking error with associative array of arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 15 12:50:18 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3745



--- Comment #1 from Alexey Ivanov <aifgi90 at gmail.com> 2010-02-15 12:50:16 PST ---
If rewrite a.d as:

module a;

class A {
    private int[][int] n;

    public int[] foo() {
        return n.keys;
    }

    public int[][int] foo() {
        return n;
    }
}

It compiles fine.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list