Skip to content

Abstract class expressions #4578

Closed
Closed
@weswigham

Description

@weswigham

Aren't a thing?

let cls = abstract class {
    abstract doThing();
    myFoo(): number { return 42; }
}

Just curious if they're supposed to be, since class expressions and abstract were both added in 1.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeclinedThe issue was declined as something which matches the TypeScript visionSuggestionAn idea for TypeScript

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions