Skip to content

Add a compilation error for a partial implementation of funky interfaces #439

@ggleyzer

Description

@ggleyzer

If a non-abstract class implements an interface that contains more than one abstract function (funky interface), it must implement all of the functions from that interface.

Additionally, if any sub-class overrides any of those functions, then it must override all of those functions.

Obvious examples are Hashable and Orderable.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions