Language: Allow interface members to be declared abstract #714
Labels
area-language
Dart language related items (some items might be better tracked at github.com/dart-lang/language).
closed-not-planned
Closed as we don't intend to take action on the reported issue
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by kresten...@gmail.com
Sometimes you want to convert an abstract class to an interface and vice versa. When doing this, you have to go through the code and add/remove "abstract" in front of all member declarations.
It would be harmless to permit the members of an interface to be declared abstract; and that would make it easier to convert such a class.
The text was updated successfully, but these errors were encountered: