Closed
Description
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.