#dbugfix: Unclear error message when trying to inherit from multiple classes

Meta jared771 at gmail.com
Wed Mar 7 22:23:59 UTC 2018


class Test: Foo, Bar, Baz
{
}

class Foo {}
class Bar {}
class Baz {}

Error: class `Test` base type must be interface, not Bar
Error: class `Test` base type must be interface, not Baz

I thought this error message used to be a lot better; along the 
lines of "D does not support multiple inheritance. Use interfaces 
instead." It'd be nice if it was changed to be clearer about what 
the error is.

https://issues.dlang.org/show_bug.cgi?id=18574


More information about the Digitalmars-d mailing list