[Issue 3745] Linking error with associative array of arrays

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3745 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.039 |D2 --

[Issue 3745] Linking error with associative array of arrays

2013-02-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3745 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3745] Linking error with associative array of arrays

2010-02-15 Thread d-bugmail
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() {