abstract class Foo()
{
// ....
}
abstract class Bar()
{
//....
}
class Other extends Foo, Bar //Syntax error!
{
//...
}superclass:
extends type
;
I think it was possible to set multiple interfaces before
Shouldn't it be possible to extends several classes allowing Multiple inheritance?
--
For more ways to connect visit https://www.dartlang.org/community
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+uns...@dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/c04e343a-8265-4e1f-8a32-3abbc04bfbee%40dartlang.org.
To view this discussion on the web visit https://groups.google.com/a/dartlang.org/d/msgid/misc/CAPCJkdDAXPex9DPwToY3FkD3vJGE3oRdttv%2BdW_4Eep2G86Jgg%40mail.gmail.com.