module t; interface I{ void f(); } struct A{ void f(); final class B: I{ A a; void f() {} } } produces t.d(8): Error class t.A.B ambiguous virtual function error with both Dmd 2.059 and 1.074
https://github.com/D-Programming-Language/dmd/pull/935
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/bf20549ba21b031e9c3cc86c87090401833a1435 fix Issue 8069 - incorrect ambiguous virtual function error https://github.com/D-Programming-Language/dmd/commit/f35c12ade4edda65a4407311e8f7fab3d6da3c28 Merge pull request #935 from 9rnsr/fix8069 Issue 8069 - incorrect ambiguous virtual function error
D1 fix: https://github.com/D-Programming-Language/dmd/commit/30909d9ba663c4ed33684e34584984bfaaf85ee9