[Issue 17225] override abstract function by abstract function
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
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. --