Skip to content

language: allow static members on interfaces, implemented by default class or factory provider #2975

Closed
@rakudrama

Description

@rakudrama

This is a request to allow any static member to be declared in the interface provided it is implemented via the class named in the interface's 'default' clause.

Interfaces currently permit one kind of static member: constructors, which may be implemented the default implementation class or a factory constructor in a factory provider 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

Relationships

None yet

Development

No branches or pull requests

Issue actions