[Issue 13985] Wrong code when using "super" to call final interface method

2015-06-17 Thread via Digitalmars-d-bugs
when using "super" to call final interface method --

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
when using "super" to call final interface method --

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 --- Comment #4 from Kenji Hara --- Addition of test case: https://github.com/D-Programming-Language/dmd/pull/4547 --

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 --- Comment #3 from Kenji Hara --- (In reply to Vladimir Panteleev from comment #2) > The test is no longer reproducible after > https://github.com/D-Programming-Language/dmd/pull/4427 > > But I don't know if this fixed the underlying problem. It f

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 --- Comment #2 from Vladimir Panteleev --- The test is no longer reproducible after https://github.com/D-Programming-Language/dmd/pull/4427 But I don't know if this fixed the underlying problem. --

[Issue 13985] Wrong code when using "super" to call final interface method

2015-04-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13985 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment