Skip to content

Support interface declaration using classes #2223

@vors

Description

@vors

Copied from TFS task 150409

We should be able to write something along these lines

interface IFoo
{
  [string] foo();
}

class Foo : IFoo
{
  [string] foo() { return 'foo' }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    KeepOpenThe bot will ignore these and not auto-closeUp-for-GrabsUp-for-grabs issues are not high priorities, and may be opportunities for external contributorsWG-Languageparser, language semantics

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions