Skip to content

Create constructor initializer list #894

@zoechi

Description

@zoechi
class MyClass extends SuperClass {
  MyClass(String p) : super(p);
}

I haven't found anything that would allow to add the :super(p) part.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions