Closed
Description
This issue was originally filed by [email protected]
Implicit default constructors should only be added to classes.
interface IA {}
main() {
new IA();
}
However, if an interface declares a factory that is default instantiable, then it maybe desirable to synthesize a default constructor for the interface as well.
Metadata
Metadata
Assignees
Labels
No labels