Skip to content

Add support Interfaces to define static methods  #13462

Closed
@Serginho

Description

@Serginho

TypeScript Version: 2.0.3

Code

interface Foo {
public static myStaticMethod(param1: any);
}

Expected behavior:
No errors
Actual behavior:
Unsupported

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions