Skip to content

implements keyword #2376

@vaukalak

Description

@vaukalak

So there a lot of issues where is feature is mentioned, but theres no one specific for it.
The desired result would be to achieve following syntax:

interface A {
  foo() : number;
}

class AImpl implements A {
   foo() : number {
    return 1;
  }
}

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