http://d.puremagic.com/issues/show_bug.cgi?id=3745
--- Comment #1 from Alexey Ivanov <aifg...@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: -------