Skip to content

Language: Allow interface members to be declared abstract #714

Closed
@DartBot

Description

@DartBot

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.

Metadata

Metadata

Assignees

Labels

area-languageDart language related items (some items might be better tracked at github.com/dart-lang/language).closed-not-plannedClosed as we don't intend to take action on the reported issuetype-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions