Skip to content

Erroneously implementing Interface doesn't throw an error #146

Closed
@Tarnadas

Description

@Tarnadas
interface SomeInterface {
  someMethodWhichShouldBeImplemented: () => void;
}

class SomeClass implements SomeInterface {
  // no implementation of 'someMethodWhichShouldBeImplemented' here
}

This code would still compile instead of throwing an error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions