[Issue 17225] override abstract function by abstract function

2017-10-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17225 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17225] override abstract function by abstract function

2017-02-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17225 --- Comment #1 from Satoshi --- *abstract class Bar : Foo { interesting... It works on this simple example, but in more complex code nope. I'll try to find why. --